Hi all,
I have a CentOS machine running DirectAdmin with the following relevant options.conf directives:
The ini filre is in /usr/local/php55/lib/php.ini and memory_limit is set to 128M. The line is correctly uncommented and parsed, with phpinfo() I can see that the configuration files is read correctly and the limit set.
On the same machine, I have csf running. Which is instructed to send an email everytime a process uses more than 200M of memory. I keep receiving emails like the following;
Is this normal? If so, why is this happening? Is csf failing while reading the memory used by the process? Is php ignoring the memory_limit?
Let me know if you need additional info to debug it. Thanks!
I have a CentOS machine running DirectAdmin with the following relevant options.conf directives:
Code:
webserver=nginx_apache
php1_release=5.5
php1_mode=suphp
The ini filre is in /usr/local/php55/lib/php.ini and memory_limit is set to 128M. The line is correctly uncommented and parsed, with phpinfo() I can see that the configuration files is read correctly and the limit set.
On the same machine, I have csf running. Which is instructed to send an email everytime a process uses more than 200M of memory. I keep receiving emails like the following;
Code:
Time: Tue Jun 7 01:48:18 2016 +0200
Account: ***
Resource: Virtual Memory Size
Exceeded: 257 > 200 (MB)
Executable: /usr/local/php55/bin/php-cgi55
Command Line: /usr/local/php55/bin/php-cgi55 /home/****/domains/***/public_html/corsobase/index.php
PID: 15752 (Parent PID:11972)
Killed: No
Is this normal? If so, why is this happening? Is csf failing while reading the memory used by the process? Is php ignoring the memory_limit?
Let me know if you need additional info to debug it. Thanks!