Bug #21746
closed4.3.0 install tool incorrectly reports memory limit problem
0%
Description
With memory_limit=48M set in /etc/php.ini, the Basic Configuration of the Install Tool reports:
Memory limit below 32M
memory_limit=48M
Your system is configured to enforce a memory limit of PHP scripts lower than 32M. The Extension Manager needs to include more PHP-classes than will fit into this memory space. There is nothing else to do than raise the limit. To be safe, ask the system administrator of the webserver to raise the limit to over 32M.
Updating the memory limit to memory_limit=64M resolves the problem.
(issue imported from #M12847)
Files
Updated by Peter Murray almost 15 years ago
Line 1511 of typo3/sysext/install/mod/class.tx_install.php compares the memory_limit with TYPO3_REQUIREMENTS_RECOMMENDED_PHP_MEMORY_LIMIT (set to 64M) instead of the reported TYPO3_REQUIREMENTS_MINIMUM_PHP_MEMORY_LIMIT (set to 32M).
Updated by Steffen Kamper almost 15 years ago
committed to 4_3, rev 6619 and trunk, rev 6620