[mailman3] Add more memory to staging instance
Mailman3 is a hungry beast, let's give her more food. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
61cb8fd515
commit
f1b6be6e9c
2 changed files with 3 additions and 3 deletions
|
@ -48,11 +48,12 @@ mailman_login:
|
||||||
fedora:
|
fedora:
|
||||||
display_name: Fedora
|
display_name: Fedora
|
||||||
provider: fedora
|
provider: fedora
|
||||||
mem_size: 4096
|
max_mem_size: 32768
|
||||||
|
mem_size: 32768
|
||||||
nrpe_check_postfix_queue_crit: 50
|
nrpe_check_postfix_queue_crit: 50
|
||||||
# by default, the number of emails in queue before we whine
|
# by default, the number of emails in queue before we whine
|
||||||
nrpe_check_postfix_queue_warn: 20
|
nrpe_check_postfix_queue_warn: 20
|
||||||
num_cpus: 2
|
num_cpus: 4
|
||||||
# for systems that do not match the above - specify the same parameter in
|
# for systems that do not match the above - specify the same parameter in
|
||||||
# the host_vars/$hostname file
|
# the host_vars/$hostname file
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,6 @@ ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||||
vmhost: vmhost-x86-09.stg.iad2.fedoraproject.org
|
vmhost: vmhost-x86-09.stg.iad2.fedoraproject.org
|
||||||
volgroup: /dev/vg_guests
|
volgroup: /dev/vg_guests
|
||||||
mem_size: 16384
|
|
||||||
sar_output_file: mailinglists.json
|
sar_output_file: mailinglists.json
|
||||||
# GDPR SAR variables
|
# GDPR SAR variables
|
||||||
sar_script: /srv/webui/bin/mailman-sar.py
|
sar_script: /srv/webui/bin/mailman-sar.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue