PostgreSQL grows to enormous size.

From: "Ean R (dot) Schuessler" <ean(at)novare(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: PostgreSQL grows to enormous size.
Date: 1998-10-16 18:40:48
Message-ID: 19981016134048.B119@boof.novare.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote a JDBC based web app that I had been using an older version of
PostgreSQL and recently updated it to 6.3.2. In my new install PostgreSQL
will grow to enormous sizes (+100M) and then shrink back down without
any regard to the intensity of queries hitting it. Oddly, beating the snot
out of the server with lots of queries does _not_ seem to make the server
grow. It only shows the behaivior when it is getting hit by real net
connections. There are several other new elements involved (new libc6, new
Apache, new JServ, etc) but I am befoggulated by the memory growth of
PostgreSQL. Running Postmaster with -d 2 doesn't indicate anything
special when the memory bounces up and down and -d 3 proved too much for
my tiny brain pan.

I am thouroughly confused and don't really know where to start to try
and debug the problem.

Any hints?!?
E

ps. 6.4b2 shows the same behavior.

--
___________________________________________________________________
Ean Schuessler Freak
Novare International Inc. Freak Central
*** WARNING: This signature may contain jokes.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message D'Arcy J.M. Cain 1998-10-16 22:44:53 Re: [HACKERS] Did the inet type get backed out?
Previous Message Jan Wieck 1998-10-16 18:36:08 Re: [HACKERS] SELECT ... LIMIT (trial implementation)