Increasing memory buffer sizes (Postgresql->Administration)If you try upping yourshared_buffersin 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 theshmmaxparameters using tips in the Unix administration quickies.