Python FTW!

some problems, solutions, and other stuff i've encountered as a web developer

Postgresql Leopard Gotchas →

After a fresh postgresql installation, initdb didn’t work until I reset the kern.sysv.shmall and kern.sysv.shmmax:

sudo sysctl -w kern.sysv.shmmax=134217728
sudo sysctl -w kern.sysv.shmall=65536