Hi,
I have two different installs of epesi on one virtual server.
Install One - "TC" plays nice. The second "EC" always runs out of memory.
All I am trying to do is browse page by page (20 per page) of 300 "EC" contacts. Yet "TC" will let me page through 900+ contacts easily.
Initally the server was configured with 1gb of ram and php memory limit of 128mb
[Wed Jun 27 17:38:47 2012] [error] [client ...] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 8379784 bytes) in /.../epesi/include/error.php on line 182, referer: http://.../epesi/index.php
[Wed Jun 27 17:38:47 2012] [error] [client ...] PHP Warning: Invalid callback DBSession::close, class 'DBSession' not found in Unknown on line 0, referer: http://.../epesi/index.php
next I tried with a memory size of 2gb and php memory limit of 256mb
[Wed Jun 27 17:40:38 2012] [error] [client ...] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 16761225 bytes) in /.../epesi/include/error.php on line 103, referer: http://.../epesi/index.php
[Wed Jun 27 17:40:38 2012] [error] [client ...] PHP Warning: Invalid callback DBSession::close, class 'DBSession' not found in Unknown on line 0, referer: http://.../epesi/index.php
So I finally try a php memory limit of 512mb I just get:
[Wed Jun 27 17:48:09 2012] [error] [client ...] PHP Warning: Invalid callback DBSession::close, class 'DBSession' not found in Unknown on line 0, referer: http://.../epesi/index.php
Both installs are running the same version "EPESI version 1.3 rev9190"
The server is a 1and1 dynamic virtual cloud server with a CentOS 5.5 install. How memory should i be allocating to php/the server?