Re: PostgreSQL's vacuumdb fails to allocate memory for

Поиск
Список
Период
Сортировка
От Sven Willenberger
Тема Re: PostgreSQL's vacuumdb fails to allocate memory for
Дата
Msg-id 1120078715.19598.79.camel@lanshark.dmv.com
обсуждение исходный текст
Ответ на PostgreSQL's vacuumdb fails to allocate memory for non-root users  (Sven Willenberger <sven@dmv.com>)
Ответы Re: PostgreSQL's vacuumdb fails to allocate memory for  (Sven Willenberger <sven@dmv.com>)
Список pgsql-general
On Wed, 2005-06-29 at 16:40 -0400, Charles Swiger wrote:
> On Jun 29, 2005, at 4:12 PM, Sven Willenberger wrote:
> [ ... ]
> > Something I have noticed,
> > when the memory error occurs during the psql session (after a failed
> > vacuumdb attempt) the memory stays at 600+MB in top (under size) until
> > the psql session is closed -- that may just be the way top reports it
> > though.
>
> Double-check your system limits via "ulimit -a" or "ulimit -aH".  By
> default, FreeBSD will probably restrict the maximum data size of the
> process to 512MB, which may be what you are running into.  You can
> rebuild the kernel to permit a larger data size, or else tweak /boot/
> loader.conf:
>
>      echo 'kern.maxdsiz="1024M"' >> /boot/loader.conf
>

:>ulimit -a
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  1048576
stack size              (kbytes, -s)  65536
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  5547
open files                      (-n)  11095
virtual mem size        (kbytes, -v)  unlimited
sbsize                   (bytes, -b)  unlimited
:> cat /boot/loader.conf
kern.maxdsiz="1073741824"
kern.dfldsiz="891289600"

and if I don't run vacuumdb at all, but rather connect to the backend
via psql and run vacuum, it works ok with full memory allocation. Still
testing RAM to see if the issue is physical.

Sven



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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: null constraints and defaults
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: null constraints and defaults