This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Add a recommended PHP memory_limit value for just running Magento 2 in production #739
Closed
Description
Hi
I noticed you added a bunch of recommended memory_limit
values over here and here:
Our detailed recommendations are:
- Compiling code, 768M
- Deploying static asses, 768M
- Installing and updating Magento components from Magento Marketplace, 1G
- Testing, 2G
But there is one crucial recommendation missing: namely what memory_limit
do we need to use to just run Magento 2's frontend and backend.
I believe you currently recommend 768M
, but I can't believe that's actually true, that's just way too high.
We currently run our M2 shops with memory_limit
set to 512M
, but it wouldn't surprise me one bit if this can still be reduced a lot.
Would be great if Magento can give us some official recommendations about this.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels