RE: [EMAIL PROTECTED] Why does each Apache child process consume 5 MB of RAM?

2005-07-27 Thread Boyle Owen
> -Original Message- > From: dtufs [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 27. Juli 2005 16:01 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Why does each Apache child process consume 5 MB > of RAM? > > > Hello, > We are running Apache 1.3.3

Re: [EMAIL PROTECTED] Why does each Apache child process consume 5 MB of RAM?

2005-07-27 Thread Jon Snow
You might also want to look at how many modules you are loading into the process and remove the ones you do not require. On Thursday 28 July 2005 00:00, dtufs wrote: > Hello, > We are running Apache 1.3.33, PHP 4.3 and MySQL 4.1 > and noticed that each Apache child process takes 5 MB > of RAM as

Re: [EMAIL PROTECTED] Why does each Apache child process consume 5 MB of RAM?

2005-07-27 Thread Jon Snow
dtufs, You haven't specified any details about your OS or config. I assume *NIX and MPM prefork - have you stripped the binary? Jon On Thursday 28 July 2005 00:00, dtufs wrote: > Hello, > We are running Apache 1.3.33, PHP 4.3 and MySQL 4.1 > and noticed that each Apache child process takes 5

[EMAIL PROTECTED] Why does each Apache child process consume 5 MB of RAM?

2005-07-27 Thread dtufs
Hello, We are running Apache 1.3.33, PHP 4.3 and MySQL 4.1 and noticed that each Apache child process takes 5 MB of RAM as soon as it is started (i.e. 5 MB per connection). Why is that? What can we do to reduce that to 1 MB or less. Thanks in advance. _