| От | Thomas Guyot |
|---|---|
| Тема | Re: Death postgres |
| Дата | |
| Msg-id | f79f99a6-7a60-37a5-e9ca-b173316c2398@gmail.com обсуждение |
| Ответ на | Death postgres (Marc Millas <marc.millas@mokadb.com>) |
| Список | pgsql-general |
On 2023-05-05 21:14, Marc Millas wrote: > Hi, > > postgres 14.2 on Linux redhat > > temp_file_limit set around 210 GB. > > a select request with 2 left join have crashed the server (oom killer) > after the postgres disk occupation did grow from 15TB to 16 TB. > > What are the cases where postgres may grow without caring about > temp_file_limit ? > > thanks, > Some OSes like IIRC RHEL9 now default to tmpfs for /tmp - if your temp files are written in a tmpfs then it may may very well trigger the OOM because of the temp file used up all RAM. Check the filesystem type of your temp file's location. -- Thomas
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера