Skip to content
Snippets Groups Projects
Commit 1dbf0b8d authored by hannes's avatar hannes
Browse files

pg settings

parent f814dc5d
No related branches found
No related tags found
No related merge requests found
...@@ -271,6 +271,9 @@ do ...@@ -271,6 +271,9 @@ do
-c wal_buffers=32MB \ -c wal_buffers=32MB \
-c checkpoint_segments=64 \ -c checkpoint_segments=64 \
-c max_connections=10 \ -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 \ $PGPRELOAD \
-D " -D "
CLIENTCMD="$PINS/bin/psql -p $PORT tpch -t -A -F , -f " CLIENTCMD="$PINS/bin/psql -p $PORT tpch -t -A -F , -f "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment