Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allowed memory size of 536870912 bytes exhausted #29

Closed
chenyfsg opened this issue Sep 18, 2013 · 1 comment
Closed

Allowed memory size of 536870912 bytes exhausted #29

chenyfsg opened this issue Sep 18, 2013 · 1 comment

Comments

@chenyfsg
Copy link

Hi,

I received the following error:

PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 370707 bytes) in ~application/third_party/Smarty/plugins/modifier.debug_print_var.php on line 46

But my phpinfo shows: memory_limit=512M

Which part is missing from my configuration?

Thanks for your help.

@Vheissu
Copy link
Owner

Vheissu commented Apr 3, 2014

For anyone else reading, this can be caused when trying to dump large amounts of data like arrays or objects, or iterating through extremely large datasets.

@Vheissu Vheissu closed this as completed Apr 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants