Memory exhausted in AllocSetReAlloc

From: Eric Cholet <cholet(at)logilune(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Memory exhausted in AllocSetReAlloc
Date: 2001-11-14 14:03:18
Message-ID: 102607917.1005750198@[192.168.1.14]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Using CREATE INDEX on a large table (>70 million rows)
results in the following error:

ERROR: Memory exhausted in AllocSetReAlloc(134217728)

(134217728 is exactly 128 megabytes).

The box has 2Gigs of RAM.
=> select version();
version
---------------------------------------------------------------------
PostgreSQL 7.1.3 on i386-unknown-freebsd4.4, compiled by GCC 2.95.3

Is there anyway around this ?

--
Eric Cholet

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jean-Michel POURE 2001-11-14 14:12:03 Re: How to store koi8-r (cyrillic) data?
Previous Message Daniel Rubio 2001-11-14 12:52:02 How to store koi8-r (cyrillic) data?