We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0de41 commit fadefd0Copy full SHA for fadefd0
1 file changed
roles/pgsql/tasks/pg_hugepage.yml
@@ -5,7 +5,12 @@
5
# support usage:
6
# - `pig install`
7
# - `bin/pgsql-add <pg_cls>`
8
+# - `bin/pgsql-add <pg_cls> <ip>`
9
+# service of nodes in ansible_play_hosts_all will be unavailable during the process, other nodes in the same pg_cls ignored
10
# - `pgsql.yml -l <pg_cls> -t pg_hugepage`
11
+# entire service of this postgres cluster will be unavailable during the process
12
+# - `pgsql.yml -l '<ip>,&<pg_cls>' -t pg_hugepage`
13
14
#--------------------------------------------------------------#
15
# calculation rules:
16
# 1. `shared_memory_size_in_huge_pages` (from PG15+): if `node_hugepage_count` is -1 and huge_pages (from PG) != off
0 commit comments