Re: Is it a memory leak in PostgreSQL 7.4beta?
Mark Kirkwood <markir@paradise.net.nz>
From: Mark Kirkwood <markir@paradise.net.nz>
To: Hans-Jürgen Schönig <hs@cybertec.at>
Cc: Stephan Szabo <sszabo@megazone.bigpanda.com>, Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org, eg@cybertec.at
Date: 2003-09-01T11:00:16Z
Lists: pgsql-hackers
Attachments
- leak.sqc.gz (application/x-macbinary)
Hans-Jürgen Schönig wrote: > > I can hardly imagine that the backend started working with 9mb of > memory. what did you do that PostgreSQL needed so much memory from the > beginning??? are you using the default settings? usually the > postmaster does not need more than 3mb at startup (in this scenario). Setup is completely default - i.e run initdb, and start the server after that. I am running an embedded sql program to do the test, rather than an sql script (see enclosed), not sure why/if that would make any difference. On the cautionary side, note that I am using a beta Linux distribution too. regards Mark