vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| even i have observed memory leaks ... is it happening in postgres side i can send the valgrind logs ________________________________ From: pgsql-general-owner@postgresql.org on behalf of hubert depesz lubaczewski Sent: Wed 11/30/2005 12:59 PM To: Jim C. Nasby Cc: PostgreSQL General Subject: Re: [GENERAL] memory leak under heavy load? *********************** Your mail has been scanned by InterScan VirusWall. ***********-*********** On 11/29/05, Jim C. Nasby <jnasby@pervasive.com> wrote: Are you sure this isn't just PostgreSQL caching data? i am not sure. but what bothers me is: i setup limit of shared memory to 50000 buffers - which gives estimate 400 megabytes. how come it ended up using 6GB ? depesz |
| ||||
| Probably best to open up a bug... On Wed, Nov 30, 2005 at 03:38:06PM +0530, surabhi.ahuja wrote: > even i have observed memory leaks ... is it happening in postgres side > > i can send the valgrind logs > > ________________________________ > > From: pgsql-general-owner@postgresql.org on behalf of hubert depesz lubaczewski > Sent: Wed 11/30/2005 12:59 PM > To: Jim C. Nasby > Cc: PostgreSQL General > Subject: Re: [GENERAL] memory leak under heavy load? > > > *********************** > Your mail has been scanned by InterScan VirusWall. > ***********-*********** > > > On 11/29/05, Jim C. Nasby <jnasby@pervasive.com> wrote: > > Are you sure this isn't just PostgreSQL caching data? > > > > i am not sure. but what bothers me is: > i setup limit of shared memory to 50000 buffers - which gives estimate 400 megabytes. how come it ended up using 6GB ? > > depesz > -- Jim C. Nasby, Sr. Engineering Consultant jnasby@pervasive.com Pervasive Software http://pervasive.com work: 512-231-6117 vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461 ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |