If you try upping yourshared_buffers
in yourpostgresql.conf
, and get an error similar to this:IpcMemoryCreate: shmget(key=5432001, size=266371072, 03600) failed: Invalid argument This error usually means that PostgreSQL's request for a shared memory segment exceeded your kernel's SHMMAX parameter.You should increase your theshmmax
parameters using tips in the Unix administration quickies.