Memory usage

I noticed my http servers are taking a lot of memory per session. I have 11
http session running with each ones VSZ is between 500 to 700MB and RSS is
between 220 to 350MB. Is this normal?

I am using RT 3.4.5 with mod_perl-1.29 and apache_1.3.33 on Solaris 10 x86
in Sun Fire V20z with 4G real memory and 42G disk space for mysql
4.0.24data dir. Here is the InnoDB section of my
my.cnf file looks like

innodb_data_home_dir = /export/home/ibdata
innodb_data_file_path = ibdata1:2000M;ibdata2:50M:autoextend
innodb_log_group_home_dir = /export/home/ibdata
innodb_log_arch_dir = /export/home/ibdata
innodb_log_files_in_group = 2
innodb_buffer_pool_size = 1G
innodb_additional_mem_pool_size = 20M
innodb_log_file_size = 250M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50

Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu

I noiced I am using DBIx::SearchBuilder 1.40. Should I be able to upgrade it
using CPAN or do I need to upgrade RT as well? I am using RT 3.4.5On 6/12/06, Asif Iqbal vadud3@gmail.com wrote:

I noticed my http servers are taking a lot of memory per session. I have
11 http session running with each ones VSZ is between 500 to 700MB and RSS
is between 220 to 350MB. Is this normal?

I am using RT 3.4.5 with mod_perl- 1.29 and apache_1.3.33 on Solaris 10
x86 in Sun Fire V20z with 4G real memory and 42G disk space for mysql
4.0.24 data dir. Here is the InnoDB section of my my.cnf file looks like

innodb_data_home_dir = /export/home/ibdata
innodb_data_file_path = ibdata1:2000M;ibdata2:50M:autoextend
innodb_log_group_home_dir = /export/home/ibdata
innodb_log_arch_dir = /export/home/ibdata
innodb_log_files_in_group = 2
innodb_buffer_pool_size = 1G
innodb_additional_mem_pool_size = 20M
innodb_log_file_size = 250M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50


Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu

Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu