Re: [ADMIN] Postgres is eating up all my memory

2009-08-14 Thread Scott Marlowe
Oh I see that work_mem etc are in the pastebin. Yeah, 128M is pretty high work_mem if all 75 connections are working hard that's 9.6Gig of ram. which you haven't got. On Fri, Aug 14, 2009 at 2:03 PM, Scott Marlowe wrote: > On Fri, Aug 14, 2009 at 7:04 AM, ml ml wrote: >> Hello List, >> >> postgr

Re: [ADMIN] Postgres is eating up all my memory

2009-08-14 Thread Scott Marlowe
On Fri, Aug 14, 2009 at 7:04 AM, ml ml wrote: > Hello List, > > postgres 8.2 is not doing too much but eating up all my memory: > http://pastebin.com/m4cf22ee2 > The postgresql.conf is at the very bottom of the pastebin. > > I guess this is a configuration issue. The CPUs are almost 100% idle > but

Re: [ADMIN] Postgres is eating up all my memory

2009-08-14 Thread Tom Lane
Peter Steinheuser writes: > Parameters like shared_buffers, work_mem are the ones you'll probably need > to adjust. > Work_mem is per user, and can actually be multiples per user, depending on > what you're doing. temp_buffers is per-process too --- if there's heavy use of temp tables in this ap

Re: [ADMIN] Postgres is eating up all my memory

2009-08-14 Thread Peter Steinheuser
Parameters like shared_buffers, work_mem are the ones you'll probably need to adjust. Work_mem is per user, and can actually be multiples per user, depending on what you're doing. On Fri, Aug 14, 2009 at 9:04 AM, ml ml wrote: > Hello List, > > postgres 8.2 is not doing too much but eating up al

[ADMIN] Postgres is eating up all my memory

2009-08-14 Thread ml ml
Hello List, postgres 8.2 is not doing too much but eating up all my memory: http://pastebin.com/m4cf22ee2 The postgresql.conf is at the very bottom of the pastebin. I guess this is a configuration issue. The CPUs are almost 100% idle but i seem to run out of memory. Any idea what i could do here