Re: open pgsql files (was Re: [GENERAL] Mime-Version: 1.0)
В списке pgsql-general по дате отправления:
| От | Ed Loehr |
|---|---|
| Тема | Re: open pgsql files (was Re: [GENERAL] Mime-Version: 1.0) |
| Дата | |
| Msg-id | 38B1AE02.E84C9640@austin.rr.com обсуждение исходный текст |
| Ответ на | (Serge Sozonoff <serge@globalbeach.com>) |
| Ответы |
Re: open pgsql files (was Re: [GENERAL] Mime-Version: 1.0)
|
| Список | pgsql-general |
Serge Sozonoff wrote: > > Since then I have been observeing /proc/sys/fs/file-nr and I noticed that the > system has already spiked to 8192 open files. I have also seen it sitting > steady at 7356 open files. > d > I was interested to know if this is "normal" behavior for Postgres, using > "lsof" I noticed > that most of the open files belonged to postmaster and most of them were > not sockets. Your numbers do not surprise me at all. Backend pgsql servers live for the lifetime of the client connection, and they open a similarly large number of files on my system. I throttle them by throttling the life of the apache children who are generally the only clients. Cheers, Ed Loehr
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера