mirror of
https://github.com/postgres/postgres.git
synced 2026-02-16 00:57:52 -05:00
6 lines
174 B
Bash
Executable file
6 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
|