Magento – Magento2 System Requirements PHP Memory Limit

magento2memoryserver-setup

What are the system requirements of Magento 2 regarding PHP memory limit (Resource Limits: memory_limit)?

I have problems to find these informations in the System Requirements despite the second release candidate has been already pushed out.

Best Answer

The official system requirements (or rather: recommendations) are:

Increase the PHP memory limit to at least 768MB for normal operation or 2GB for testing.

Source: Recommendations for CentOS and Ubuntu

I would only increase it to a higher value if you encounter problems where the memory limit is hit. Then debug and fix these problems, and set the memory limit back to normal when successful.

Related Topic