db-koji01: back off on config to get things working again
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
eb3801edc7
commit
ae69299c20
1 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ db_backup_dir: ['/backups']
|
||||||
dbs_to_backup:
|
dbs_to_backup:
|
||||||
- koji
|
- koji
|
||||||
effective_cache_size: "100GB"
|
effective_cache_size: "100GB"
|
||||||
effective_io_concurrency: 5
|
effective_io_concurrency: 1
|
||||||
eth0_ipv4_gw: 10.3.169.254
|
eth0_ipv4_gw: 10.3.169.254
|
||||||
eth0_ipv4_ip: 10.3.169.103
|
eth0_ipv4_ip: 10.3.169.103
|
||||||
# kernel SHMMAX value
|
# kernel SHMMAX value
|
||||||
|
@ -24,10 +24,10 @@ lvm_size: 1750000
|
||||||
max_cpu: 96
|
max_cpu: 96
|
||||||
max_mem_size: 327680
|
max_mem_size: 327680
|
||||||
max_parallel_maintenance_workers: 8
|
max_parallel_maintenance_workers: 8
|
||||||
max_parallel_workers: 80
|
max_parallel_workers: 40
|
||||||
max_parallel_workers_per_gather: 80
|
max_parallel_workers_per_gather: 40
|
||||||
max_stack_depth: "6MB"
|
max_stack_depth: "6MB"
|
||||||
max_worker_processes: 80
|
max_worker_processes: 40
|
||||||
mem_size: 262140
|
mem_size: 262140
|
||||||
nagios_Check_Services:
|
nagios_Check_Services:
|
||||||
swap: false
|
swap: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue