Snippets tagged “memory-limit”
2 snippets use this tag.
- Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 71 bytes)PHP
This is a PHP error message that indicates your script is trying to use more memory than the amount specified in the PHP configuration.
- Resolving Memory Limit ExceededPHP
This error message means that your PHP script is trying to use more memory than what is allowed by your PHP configuration.