Jump to content

When debug mode off getting: Allowed memory size of 536870912 bytes exhausted


Recommended Posts

Hi,

I've  got a problem with memory limit. It is throwing "Allowed memory size of 536870912 bytes exhausted" error. But if I turn debug mode ON everything is working fine.

Quote

 [STDERR] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in (..._)/classes/Carrier.php on line 531
[STDERR] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 8192 bytes) in (..._)/classes/Cart.php on line 2247
 [STDERR] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in (..._)/classes/Carrier.php on line 543
[STDERR] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 28672 bytes) in (..._)/classes/Cart.php on line 2321
 [STDERR] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in (..._)/classes/Product.php on line 3248
 [STDERR] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 8192 bytes) in (..._)/classes/Cart.php on line 2247

 

Edited by xlawok (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...