Re: An out of memory error when doing a vacuum full
От
Tom Lane
Тема
Re: An out of memory error when doing a vacuum full
Дата
Msg-id
15574.1072717055@sss.pgh.pa.us
Ответ на
Re: An out of memory error when doing a vacuum full (Fernando Schapachnik)
Список
Дерево обсуждения
An out of memory error when doing a vacuum full Sean Shanny <shannyconsulting@earthlink.net>
Re: An out of memory error when doing a vacuum full Tom Lane <tgl@sss.pgh.pa.us>
Re: An out of memory error when doing a vacuum full Sean Shanny <shannyconsulting@earthlink.net>
Re: An out of memory error when doing a vacuum full Tom Lane <tgl@sss.pgh.pa.us>
Re: An out of memory error when doing a vacuum full Sean Shanny <shannyconsulting@earthlink.net>
Re: An out of memory error when doing a vacuum full Tom Lane <tgl@sss.pgh.pa.us>
Re: An out of memory error when doing a vacuum full Fernando Schapachnik <fernando@mecon.gov.ar>
Fernando Schapachnik writes: > Take a look at datasize: your processes are allowed a maximum of 512 Mb RAM. > Read the handbook to find out how to reconfigure your kernel and the limits > (and/or ulimit) man page to tweak the values for individual processes. 512Mb does not seem like an unreasonable per-process limit (indeed, it may be too high considering he's got just 4G RAM to go around among all the processes). So I'd not recommend Sean try to solve the problem by raising it. The real question is why is the backend getting that big. I'm suspicious that sort_mem and/or vacuum_mem are set to unrealistically large values, but we don't have that info yet. regards, tom lane
В списке pgsql-general по дате отправления