pkgs01: sync ansible up with reality on memory and switch procs to 8 to try and get a bit better performance

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-02-07 16:47:08 -08:00
parent 24d1f467f3
commit 0801e0fdd5
2 changed files with 3 additions and 3 deletions

View file

@ -84,12 +84,12 @@ ipa_client_sudo_groups:
ipa_host_group: pkgs
lvm_size: 500000
max_mem_size: 32768
mem_size: 16384
mem_size: 32768
num_cpus: 8
pagure_static_uid: 600
primary_auth_source: ipa
sshd_keyhelper: true
tcp_ports: [80, 443]
# There vars are used to configure mod_wsgi
wsgi_procs: 6
wsgi_procs: 8
wsgi_threads: 6

View file

@ -7,7 +7,7 @@ eth0_ipv4_ip: 10.3.169.116
host_backup_targets: ['/srv/cache/lookaside']
ks_repo: http://10.3.163.35/repo/rhel/RHEL8-x86_64/
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-8-iad2
mem_size: 16384
mem_size: 32768
nagios_Check_Services:
swap: false
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3"