People,
I having this message only when I try to do an ACK in any trigger.
I already increase the value of memory_limit in php.ini (and restarted the apache). Wathever value that I put into memory_limit I got the error with that value.
If I use 256M in memory_limit I got the error bellow:
[Fri Mar 30 14:56:09 2012] [error] [client 189.60.16.90] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 268435456 bytes) in Unknown on line 0, referer: http://leffe.netmaker.com.br/dashboa...0d961fda6540c5
If I use 512M in memory_limit I got the error bellow:
[Fri Mar 30 14:49:57 2012] [error] [client 189.60.16.90] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 536870912 bytes) in Unknown on line 0, referer: http://leffe.netmaker.com.br/dashboa...0d961fda6540c5
Tks in advance!
I having this message only when I try to do an ACK in any trigger.
I already increase the value of memory_limit in php.ini (and restarted the apache). Wathever value that I put into memory_limit I got the error with that value.
If I use 256M in memory_limit I got the error bellow:
[Fri Mar 30 14:56:09 2012] [error] [client 189.60.16.90] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 268435456 bytes) in Unknown on line 0, referer: http://leffe.netmaker.com.br/dashboa...0d961fda6540c5
If I use 512M in memory_limit I got the error bellow:
[Fri Mar 30 14:49:57 2012] [error] [client 189.60.16.90] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 536870912 bytes) in Unknown on line 0, referer: http://leffe.netmaker.com.br/dashboa...0d961fda6540c5
Tks in advance!
Comment