Skip to content

Instantly share code, notes, and snippets.

@maxjustus
Created April 4, 2012 14:53
Show Gist options
  • Save maxjustus/2302167 to your computer and use it in GitHub Desktop.
Save maxjustus/2302167 to your computer and use it in GitHub Desktop.
This allows you to conf postgres to accept 100 max connections on OSX (stored in /etc)
kern.sysv.shmmax=1073741824
kern.sysv.shmmin=1
kern.sysv.shmmni=32
kern.sysv.shmseg=8
kern.sysv.shmall=4096
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment