From dad67fa2b2bd2f4d55f62ad86ea85d6e061401f5 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Fri, 7 Apr 2017 17:44:39 +0200 Subject: [PATCH] fbb-werbung - optimize postgresql --- customer/fbb-werbung/production.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/customer/fbb-werbung/production.yaml b/customer/fbb-werbung/production.yaml index 4906608a..6cc52036 100644 --- a/customer/fbb-werbung/production.yaml +++ b/customer/fbb-werbung/production.yaml @@ -27,4 +27,10 @@ infra::profile::postfix::virtuals: 'root': destination: 8x5@pixelpark.com 'httpd': - destination: root \ No newline at end of file + destination: root + +infra::profile::pg_server::configs: + shared_buffers: + value: '512MB' + work_mem: + value: '8MB' \ No newline at end of file -- 2.39.5