From ad304f6899c031ad94af056485eebafec45fc7b8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 11 May 2017 16:31:42 +0200 Subject: [PATCH] Add the postgresql config to ci --- inventory/group_vars/ci | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/inventory/group_vars/ci b/inventory/group_vars/ci index cf30c99375..67134f4033 100644 --- a/inventory/group_vars/ci +++ b/inventory/group_vars/ci @@ -18,6 +18,14 @@ external_hostname: resultsdb.ci.centos.org deployment_type: prod +# +# PostgreSQL configuration +# + +shared_buffers: "32MB" +effective_cache_size: "512MB" + + ############################################################ # resultsdb details ############################################################