Re: out of memory error

Поиск
Список
Период
Сортировка
От Alban Hertroys
Тема Re: out of memory error
Дата
Msg-id DD2D30AC-CA51-4391-8038-52CBCB3C1B1E@solfertje.student.utwente.nl
обсуждение исходный текст
Ответ на out of memory error  (Geoffrey Myers <lists@serioustechnology.com>)
Ответы Re: out of memory error  (Geoffrey Myers <lists@serioustechnology.com>)
Список pgsql-general
On 3 Jul 2011, at 12:00, Geoffrey Myers wrote:

> We have a process that we successfully ran on virtually identical databases.  The process completed fine on a machine
with8 gig of memory.  The process fails when run on another machine that has 16 gig of memory with the following error: 
>
> out of memory for query result

You didn't mention what client you're using, but could it possibly be the client that's running out of memory? The fact
thatit's happening in the query result seems to point to the client. 

Another thing you might want to check: Does the second server have at least as much shared memory configured in the
kernelas the first has? 

Alban Hertroys

--
Screwing up is an excellent way to attach something to the ceiling.


!DSPAM:737,4e109dd612097665720452!



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

Предыдущее
От: David Johnston
Дата:
Сообщение: Re: Select from Java Strings
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: How to create "auto-increment" field WITHOUT a sequence object?