mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-09 01:17:44 +08:00
7 lines
174 B
Bash
Executable File
7 lines
174 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Please choose amount of sort memory (-S XXX) as appropriate
|
|
# for your system: more is better, but swapping breaks performance!
|
|
|
|
exec postmaster '-o -S 2048' -S
|