Allowed memory size of 134217728 bytes exhausted (tried to allocate 369952 bytes)
- By Preneesh AV --
- 01-Jul-2019 --
- 157 Comments
Allowed memory size of 134217728 bytes exhausted (tried to allocate 369952 bytes)
Solution to allocated additional memory to resolve Allowed memory size of 134217728 bytes exhausted (tried to allocate 369952 bytes) error.
ini_set('memory_limit', '256M'); // -1 will give unlimited instead of 256
134217728 bytes = 128 MB
Or rewrite the code of your project to consume less memory.