Re: Postgres stopped running (shmget failed)
От | Tom Lane |
---|---|
Тема | Re: Postgres stopped running (shmget failed) |
Дата | |
Msg-id | 3962.1106669885@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Postgres stopped running (shmget failed) (Don Drake <dondrake@gmail.com>) |
Ответы |
Re: Postgres stopped running (shmget failed)
|
Список | pgsql-performance |
Don Drake <dondrake@gmail.com> writes: > This morning I found the postgres not running and the following in my log file: > 2005-01-25 01:38:22 FATAL: could not create shared memory segment: > Cannot allocate memory > DETAIL: Failed system call was shmget(key=5432001, size=273383424, 03600). > HINT: This error usually means that PostgreSQL's request for a shared > memory segment exceeded available memory or swap space. To reduce the > request size (currently 273383424 bytes), reduce PostgreSQL's > shared_buffers parameter (currently 32768) and/or its max_connections > parameter (currently 40). I have seen this happen when the old shmem segment didn't get released for some reason, and your kernel settings are such that it won't allow creation of two shmem segments of that size at once. For robustness it's probably a good idea to make sure you *can* create two such segments at once, but for the moment getting rid of the old one with "ipcrm" should be enough to let you restart the postmaster. regards, tom lane
В списке pgsql-performance по дате отправления: