Task #72237
closedRaise memory_limit minimum and recommended
100%
Description
The memory_limit health report in the install tool should check for an absolute minimum of 64MB and for a recommended limit of 128MB (as stated on https://typo3.org/typo3-cms/overview/requirements/).
The change would be non-invasive as you can discard recommendations anyway.
Updated by Gerrit Code Review almost 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45290
Updated by Markus Klein almost 9 years ago
absolute minimum of 64MB
Where does that number come from?
Updated by Cedric Ziel almost 9 years ago
The number itself comes from experience. 32MB is way too small.
64MB is one of the common memory_limit sizes (which should avoid confusion).
Tested it mysqlf just now, and I encourage you to do the same: Installing and using even small sites with 32MB is madness.
Updated by Cedric Ziel almost 9 years ago
Amendum: 64MB is a risky dance, but possible. Been there, done that with 7.6.0.
Updated by Markus Klein almost 9 years ago
Ok fine with me.
We run a very small 6.2 on 69 MB mem limit and 29 sec execution time.
Updated by Cedric Ziel almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6bc73e37fafa0ba85ef5def49d15490524d0c8d2.