diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/test/performance/start-pgsql.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/performance/start-pgsql.sh b/src/test/performance/start-pgsql.sh index 8ef3f7aa8eb..6da4c4332a0 100755 --- a/src/test/performance/start-pgsql.sh +++ b/src/test/performance/start-pgsql.sh @@ -3,4 +3,4 @@ # 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 +exec postmaster '-o -S 2048' -S |