RE: [SQL] palloc failure: memory exhausted, but ulimit 'unlimited '

From: "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com>
To: michael(dot)olivier(at)iname(dot)com, pgsql-sql(at)postgreSQL(dot)org
Subject: RE: [SQL] palloc failure: memory exhausted, but ulimit 'unlimited '
Date: 1998-10-27 00:13:06
Message-ID: F10BB1FAF801D111829B0060971D839F4A3274@cpsmail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

My first guess would be that your select has a few OR's in it (if so
break it up into UNOIN's). If not it would be nice if you would send
the statement so that we might give you pointers in rewriting it.
-DEJ

> -----Original Message-----
> From: Michael Olivier [SMTP:molivier(at)yahoo(dot)com]
> Sent: Sunday, October 25, 1998 11:13 PM
> To: pgsql-sql(at)postgreSQL(dot)org
> Subject: [SQL] palloc failure: memory exhausted, but ulimit
> 'unlimited'
>
> Hi,
>
> I'm running postgresql-6.3.2-10 under RH Linux 5.1, and have a small
> database (6 tables with hundreds of records each) on which I'm getting
> the error
>
> FATAL 1: palloc failure: memory exhausted
>
> ...on a complex select statement. I read in the FAQ that I need to up
> ulimit, but as user 'michael', 'postgres', or 'root', when I type
> 'ulimit' at the bash prompt, it says 'unlimited'. I'm running on a
> 350MHz PC with 96 MB RAM and a 100 MB swap space. Other apps running
> are Apache, netscape client, and emacs.
>
> Any suggestions for me? I've also searched email archives and dejanews
> but haven't found my answer.
>
> My select query has a number of conditions in the 'where' clause, and
> I'm wondering if I need to break them out into separate selects into
> temporary tables. I tried breaking them into several temporary views
> but got the same result.
>
> thanks for your help!
>
> _________________________________________________________
> DO YOU YAHOO!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>

Browse pgsql-sql by date

  From Date Subject
Next Message Brenda Butler 1998-10-27 02:16:49
Previous Message Herouth Maoz 1998-10-26 14:57:39 Re: [SQL] idiom to mv recs => [NEW] bleeding lock?