Project

General

Profile

Actions

Bug #21746

closed

4.3.0 install tool incorrectly reports memory limit problem

Added by Peter Murray over 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
Start date:
2009-11-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

12847.diff (1.23 KB) 12847.diff Administrator Admin, 2009-11-30 17:30
Actions #1

Updated by Peter Murray over 14 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).

Actions #2

Updated by Steffen Kamper over 14 years ago

committed to 4_3, rev 6619 and trunk, rev 6620

Actions

Also available in: Atom PDF