From 57455fc565ca72f7423eca35b8141d1e3ddb65e8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 23 May 1999 19:01:18 +0000 Subject: Remove more -B parameters not needed. --- src/test/performance/start-pgsql.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3