Re: Memory exhausted in AllocSetAlloc

Поиск
Список
Период
Сортировка
От C. Bensend
Тема Re: Memory exhausted in AllocSetAlloc
Дата
Msg-id 58650.63.227.74.41.1095008161.squirrel@63.227.74.41
обсуждение исходный текст
Ответ на Re: Memory exhausted in AllocSetAlloc  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
> Maybe it's exceeding a ulimit setting?

Bingo.

> You might want to watch it with "top" and see what size the process
> actually gets to before failing.  I'm not sure how accurate the
> vacuum_mem throttle is ...

It failed immediately upon invocation of vacuumdb.

I did find the problem and I feel like an idiot.  For some reason
the PostgreSQL user's login class didn't get changed from the default
on this host.  So, it had all kinds of limits set that were too low.
I changed that and voila!

I'm now running with 64M and my vacuums are much faster.  Thanks so
much!

Benny


--
Funniest spam subject: "The mighty cucumber lives again!"
                                                  -- Received Aug 31, 2004



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Memory exhausted in AllocSetAlloc
Следующее
От: Edgars
Дата:
Сообщение: ...