Bug #48108
closedRunning cli_dispatch.phpsh lowlevel_refindex fails
0%
Description
After upgrading to 6.1 suddenly the cli_dispatch.phpsh lowlevel_refindex outputs the following:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /var/www/typo3_source/typo3_src-6.1.0/typo3/sysext/core/Classes/Database/DatabaseConnection.php on line 1029
I have not changed server - everything was fine in TYPO3 6.0
Updated by Thorsten Kahler over 11 years ago
- Status changed from New to Needs Feedback
- Assignee set to Claus Harup
There have not been any substantial changes to the ReferenceIndex class for quite some time. But maybe to (the amount of) your data?
Please try to run the CLI dispatcher with a higher memory limit because 128 MiB ain't too much when you want a script to run through your whole database.
/usr/bin/php -d memory_limit=256M /path/to/typo3/cli_dispatch.phps lowlevel_refindex
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to Closed
Closed as given hint helped and it is a duplicate of #17774