Re: [GENERAL] psql(18967) malloc: *** vm_allocate(size=8421376) failed (error

2006-01-11 Thread Qingqing Zhou
On Wed, 11 Jan 2006, Ari Kahn wrote: > Could you be more specific. It seems that lots of people get this > error message on many platforms. http://groups.google.ca/groups?hl=en&q=vm_allocate%20failed&sa=N&tab=wg I checked the first several pages. You will most of them point to Mac or NeXT. Re

Re: [GENERAL] psql(18967) malloc: *** vm_allocate(size=8421376) failed (error code=3)

2006-01-11 Thread Ari Kahn
Could you be more specific. It seems that lots of people get this error message on many platforms. Ari On Jan 11, 2006, at 7:21 PM, Qingqing Zhou wrote: On Wed, 11 Jan 2006, Ari Kahn wrote: Mac OSX 10.4 Seems this is a known problem of Mac. Try to google "vm_allocate failed". Regar

Re: [GENERAL] psql(18967) malloc: *** vm_allocate(size=8421376) failed (error

2006-01-11 Thread Qingqing Zhou
On Wed, 11 Jan 2006, Ari Kahn wrote: > Mac OSX 10.4 > Seems this is a known problem of Mac. Try to google "vm_allocate failed". Regards, Qingqing ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [GENERAL] psql(18967) malloc: *** vm_allocate(size=8421376) failed (error code=3)

2006-01-11 Thread Ari Kahn
Mac OSX 10.4 On Jan 11, 2006, at 7:09 PM, Qingqing Zhou wrote: On Wed, 11 Jan 2006, Ari Kahn wrote: I have LOTS of memory (5GB). What is the appropriate way to add more memory slots? Or increase my VM file size? Hmm ... What OS are you using? Regards, Qingqing ---

Re: [GENERAL] psql(18967) malloc: *** vm_allocate(size=8421376) failed (error

2006-01-11 Thread Qingqing Zhou
On Wed, 11 Jan 2006, Ari Kahn wrote: > > I have LOTS of memory (5GB). > What is the appropriate way to add more memory slots? > Or increase my VM file size? > Hmm ... What OS are you using? Regards, Qingqing ---(end of broadcast)--- TIP 1: if po

Re: [GENERAL] psql(18967) malloc: *** vm_allocate(size=8421376) failed (error code=3)

2006-01-11 Thread Ari Kahn
"Ari Kahn" wrote > I'm doing a query that really should be too taxing. But when I execute it > I get the following error(s): > > psql(18967) malloc: *** vm_allocate(size=8421376) failed (error code=3) > > Nested Loop (cost=89.36..6086.42 rows=273312 width=88) (actual > time=0.113..24456.5

Re: [GENERAL] psql(18967) malloc: *** vm_allocate(size=8421376) failed (error code=3)

2006-01-11 Thread Qingqing Zhou
"Ari Kahn" <[EMAIL PROTECTED]> wrote > I'm doing a query that really should be too taxing. But when I execute it > I get the following error(s): > > psql(18967) malloc: *** vm_allocate(size=8421376) failed (error code=3) > > Nested Loop (cost=89.36..6086.42 rows=273312 width=88) (actual > time

[GENERAL] psql(18967) malloc: *** vm_allocate(size=8421376) failed (error code=3)

2006-01-10 Thread Ari Kahn
I'm doing a query that really should be too taxing. But when I execute it I get the following error(s): psql(18967) malloc: *** vm_allocate(size=8421376) failed (error code=3) psql(18967) malloc: *** error: can't allocate region psql(18967) malloc: *** set a breakpoint in szone_error to debug