From 1dbf0b8dcbb9fda99df1cf66192778c0ea4c55ee Mon Sep 17 00:00:00 2001 From: hannes <hannes@cwi.nl> Date: Wed, 9 Apr 2014 12:49:54 +0200 Subject: [PATCH] pg settings --- ehannes.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ehannes.sh b/ehannes.sh index 26316b4..1bf0bf4 100755 --- a/ehannes.sh +++ b/ehannes.sh @@ -271,6 +271,9 @@ do -c wal_buffers=32MB \ -c checkpoint_segments=64 \ -c max_connections=10 \ + -c shared_buffers=$pg_shared_buffers \ + -c effective_cache_size=$pg_effective_cache_size \ + -c work_mem=$pg_work_mem \ $PGPRELOAD \ -D " CLIENTCMD="$PINS/bin/psql -p $PORT tpch -t -A -F , -f " -- GitLab