Re: memory leak under heavy load?

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: memory leak under heavy load?
Дата
Msg-id 20051208114303.GA25312@svana.org
обсуждение исходный текст
Ответ на Re: memory leak under heavy load?  (Kathy Lo <kathy.lo.ky@gmail.com>)
Ответы Re: memory leak under heavy load?  (Kathy Lo <kathy.lo.ky@gmail.com>)
Список pgsql-general
On Thu, Dec 08, 2005 at 12:29:11PM +0800, Kathy Lo wrote:
> > But this shouldn't be an issue here. If you set the IPC_RMID flag then
> > the kernel should remove the segment when all users go away. This is
> > standard IPC behaviour and is documentated in the manpage...
> >
>
> Would you please tell me where to find the manpage and how to set IPC_RMID flag?

See the shmctl() manpage:

       int shmctl(int shmid, int cmd, struct shmid_ds *buf);

One of the command ids is IPC_RMID

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: TSearch2 / Get all unique lexems
Следующее
От: "surabhi.ahuja"
Дата:
Сообщение: how to check if a database exists programatically