Re: (resolution?) Re: [HACKERS] memory problem again

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: (resolution?) Re: [HACKERS] memory problem again
Дата
Msg-id 199912072316.SAA13688@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: (resolution?) Re: [HACKERS] memory problem again  (Daniel Kalchev <daniel@digsys.bg>)
Список pgsql-hackers
> (another not related bug, but still on memory allocation)
> Still - this does not explain why postgres cannot allocated more than 76 MB 
> (according to top) on BSD/OS (never did, actually - any previous version too), 
> while a simple malloc(1 MB) loop allocates up to the process limit.
> 
> Maybe at some time postrges tries to allocate 'larger' chunk, which the BSD/OS 
> malloc does not like?
> 

You can easily put in errlog(NOTICE...) and dump out the allocations to
see what is being requested.  It is also possible TOP display is not
accurate in some way.  Does ps vm flags show this too?

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Parallel regress tests (was Re: FOREIGN KEY and
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Table aliases in delete statements?