diff options
Diffstat (limited to 'src/test/performance/start-pgsql.sh')
-rwxr-xr-x | src/test/performance/start-pgsql.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/performance/start-pgsql.sh b/src/test/performance/start-pgsql.sh new file mode 100755 index 00000000000..8ef3f7aa8eb --- /dev/null +++ b/src/test/performance/start-pgsql.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +# Please choose amount of sort memory (-S XXX) as appropriate +# for your system: more is better, but swapping breaks performance! + +exec postmaster -B 256 '-o -S 2048' -S |