PHP

How to allow PHP use more memory

Some of you might have seen this error before fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 54 bytes) By default php allows you to have 128MB this should suffice most basic websites. But certain CMS like Magento require more than 128MB to run. so today I’m going to show you. Find the line that says memory_lim...

Read more