db02/db-datanommer01: adjust max cpus on new db servers
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
caa69e5e48
commit
08f24b30c5
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
|||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 2000g
|
||||
max_cpu: "{{ num_cpus * 2 }}"
|
||||
max_parallel_workers: 6
|
||||
max_parallel_workers_per_gather: 4
|
||||
max_worker_processes: 8
|
||||
|
|
|
@ -57,6 +57,7 @@ ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
|||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 1500000
|
||||
max_cpu: "{{ num_cpus }}"
|
||||
max_stack_depth: "6MB"
|
||||
max_worker_processes: 12
|
||||
mem_size: 65536
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue