Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Update PHP settings on performance best practices software page #8396

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/guides/v2.4/performance-best-practices/software.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ The presence of any profiling and debugging extensions can negatively impact the

### PHP Settings

{:.bs-callout-info}
In Magento Cloud environments, `opcache.enable_cli` setting has to be set to `0`. Without this setting, the changes in `.magento.env.yaml` will not get updated into the `app/etc/env.php` file.

To guarantee successful execution of all Magento instances without dumping data or code to disk, set the memory limit as follows:

`memory_limit=1G`
Expand Down