From: Philipp Dallig Date: Fri, 7 Apr 2017 15:44:39 +0000 (+0200) Subject: fbb-werbung - optimize postgresql X-Git-Tag: v0.1.0~3273 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=dad67fa2b2bd2f4d55f62ad86ea85d6e061401f5;p=pixelpark%2Fhiera.git fbb-werbung - optimize postgresql --- 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