From 2623e67b26d11b8dc58fc98a609a2434c3517d60 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 29 Sep 2014 16:46:12 +0200 Subject: [PATCH] set a kernel shmmax value for anitya-backend Info: http://www.postgresql.org/docs/9.1/static/kernel-resources.html (see the Linux section about half way through) Calculation: for 1G available: 2097152 * 2048 --- inventory/host_vars/anitya-backend01.vpn.fedoraproject.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory/host_vars/anitya-backend01.vpn.fedoraproject.org b/inventory/host_vars/anitya-backend01.vpn.fedoraproject.org index 8d28581ed3..cc5e0a888b 100644 --- a/inventory/host_vars/anitya-backend01.vpn.fedoraproject.org +++ b/inventory/host_vars/anitya-backend01.vpn.fedoraproject.org @@ -12,3 +12,6 @@ ansible_ssh_host: anitya-backend01.fedoraproject.org vmhost: osuosl03.fedoraproject.org datacenter: osuosl + +# kernel SHMMAX value +kernel_shmmax: 4294967296