Re: out of memory during query execution

Поиск
Список
Период
Сортировка
От Seneca Cunningham
Тема Re: out of memory during query execution
Дата
Msg-id 43A6CE4A.4060303@ca.afilias.info
обсуждение исходный текст
Ответ на Re: out of memory during query execution  (Chris Browne <cbbrowne@acm.org>)
Список pgsql-general
Chris Browne wrote:
> The problem is probably that the memory model is throttling you to
> *WAY* less than 2GB of memory.
>
> You may want to try a 64 bit build.  With GCC, this requires something
> like the following ./configure incantation...
>
>   CC="gcc -maix64" LDFLAGS="-Wl,-bbigtoc" ./configure

You'll also want to export OBJECT_MODE=64 before the ./configure line.

--
Seneca Cunningham
scunning@ca.afilias.info

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: is this a bug or I am blind?
Следующее
От: salah jubeh
Дата:
Сообщение: libpq++ installation error