Re: [HACKERS] Memory leaks?

From: "Vadim B(dot) Mikheev" <vadim(at)sable(dot)krasnoyarsk(dot)su>
To: Maurice Gittens <mgittens(at)gits(dot)nl>
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Memory leaks?
Date: 1998-02-13 11:47:26
Message-ID: 34E432CE.AEFF2A55@sable.krasnoyarsk.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Maurice Gittens wrote:
>
> Ok, I have an application which uses posgresql.
>
> While testing the system (inserting many records into
> a database (with large objects) the system ran out of memory
> (the system has 64M RAM + 128M SWAP). Sorting the processes
> according to memory usage showed me a postgres process with 160M of
> memory (+-80%) used.

Version ?
OS ?
INSERTs are inside BEGIN/END ? Was -DTBL_FREE_CMD_MEMORY used if YES and
version is < 6.3 ?

Vadim

In response to

Responses

  • Unsubscribe at 1998-02-13 15:31:44 from Gerhard Reithofer

Browse pgsql-hackers by date

  From Date Subject
Next Message Maurice Gittens 1998-02-13 11:51:55 Re: [HACKERS] Memory leaks?
Previous Message Jan Wieck 1998-02-13 11:41:14 CREATE FUNCTION broken