On Wed, Aug 19, 2009 at 4:50 PM, Shivesh Wangrungvichaisri<[email protected]> wrote: > 8) In our real application, since we INSERT a large amount of data per > query, as well as SELECT a large amount of data per query, the memory leak > is much worse, and postgres.exe crashes after its memory consumption has > reached about 1.8GB.
And what does it print in the logs when that happens? It should print a memory dump which would show precisely where the memory leak is. -- greg http://mit.edu/~gsstark/resume.pdf -- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
