Hi,
I'm facing out-of-memory errors when accessing the Admin interface with a large complex config.
I've tried increasing the value of memory_limit in /usr/local/lsws/admin/conf/php.ini from 200M to 2048M. This allowed me to log in, and now the Configuration and WebAdmin Console links work. But the "General" link (http://localhost:7080/service/serviceMgr.php) doesn't. I see errors such as the following in my error log:
Any advice to fix this would be appreciated.
Cheers,
Toki
I'm facing out-of-memory errors when accessing the Admin interface with a large complex config.
I've tried increasing the value of memory_limit in /usr/local/lsws/admin/conf/php.ini from 200M to 2048M. This allowed me to log in, and now the Configuration and WebAdmin Console links work. But the "General" link (http://localhost:7080/service/serviceMgr.php) doesn't. I see errors such as the following in my error log:
Code:
2015-12-08 13:25:49.959 [NOTICE] [127.0.0.1:38578-1#_AdminVHost:lsapi] [STDERR] PHP Fatal error: Out of memory (allocated 462684160) (tried to allocate 33292288 bytes) in /usr/local/lsws/admin/html.5.0.9/service/homeCont.php on line 118
2015-12-08 13:33:02.347 [NOTICE] [127.0.0.1:38591] [STDERR] PHP Fatal error: Out of memory (allocated 462684160) (tried to allocate 33292288 bytes) in /usr/local/lsws/admin/html.5.0.9/service/homeCont.php on line 118
2015-12-08 13:34:31.632 [NOTICE] [127.0.0.1:38593-1#_AdminVHost:lsapi] [STDERR] PHP Fatal error: Out of memory (allocated 462684160) (tried to allocate 33292288 bytes) in /usr/local/lsws/admin/html.5.0.9/service/homeCont.php on line 118
Cheers,
Toki