Re: An out of memory error when doing a vacuum full

Поиск
Список
Период
Сортировка
От Fernando Schapachnik
Тема Re: An out of memory error when doing a vacuum full
Дата
Msg-id 20031229164121.GK344@bal740r0.mecon.gov.ar
обсуждение исходный текст
Ответ на 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
Список pgsql-general
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.

Good luck!

Fernando.

En un mensaje anterior, Sean Shanny escribió:
> limits -a
> Resource limits (current):
>  cputime          infinity secs
>  filesize         infinity kb
>  datasize           524288 kb
>  stacksize           65536 kb
>  coredumpsize     infinity kb
>  memoryuse        infinity kb
>  memorylocked     infinity kb
>  maxprocesses         5547
>  openfiles           11095
>  sbsize           infinity bytes
>  vmemoryuse       infinity kb

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

Предыдущее
От: Fernando Schapachnik
Дата:
Сообщение: Re: An out of memory error when doing a vacuum full
Следующее
От: Tom Lane
Дата:
Сообщение: Re: An out of memory error when doing a vacuum full