aboutsummaryrefslogtreecommitdiff
path: root/src/test/performance/start-pgsql.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/performance/start-pgsql.sh')
-rwxr-xr-xsrc/test/performance/start-pgsql.sh6
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