Project

General

Profile

Actions

Bug #48108

closed

Running cli_dispatch.phpsh lowlevel_refindex fails

Added by Claus Harup about 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
-
Target version:
-
Start date:
2013-05-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

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


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #17774: cli_dispatch.phpsh lowlevel_refindex -c runs into memeory size exhaustedClosed2007-11-12

Actions
Actions #1

Updated by Thorsten Kahler about 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

Actions #2

Updated by Claus Harup about 11 years ago

That did the trick :-)

Actions #3

Updated by Alexander Opitz about 11 years ago

  • Status changed from Needs Feedback to Closed

Closed as given hint helped and it is a duplicate of #17774

Actions

Also available in: Atom PDF