Re: trouble with a join on OS X

From: Richard Huxton <dev(at)archonet(dot)com>
To: Kirk Wythers <kwythers(at)umn(dot)edu>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: trouble with a join on OS X
Date: 2007-02-02 14:45:20
Message-ID: 45C34E80.7010805@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Kirk Wythers wrote:
> I am trying to do fairly simple joins on climate databases that should
> return ~ 7 million rows of data. However, I'm getting an error message
> on a OS X (10.4 tiger server) machine that seems to imply that I am
> running out of memory. The errors are:
>
> psql(15811) malloc: *** vm_allocate(size=8421376) failed (error code=3)
Is this actually in psql - the client code rather than the backend?

Could it be that its allocating memory for its 7million result rows and
running out of space for your user account?

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Gábriel Ákos 2007-02-02 14:50:46 Re: trouble with a join on OS X
Previous Message Steinar H. Gunderson 2007-02-02 14:41:18 Re: trouble with a join on OS X