TYPO3 console - error when running cleanup:updatereferenceindex

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


TYPO3 console - error when running cleanup:updatereferenceindex



I get an error when running cleanup:updatereferenceindex:



typo3cms cleanup:updatereferenceindex --verbose --show-progress



Record tt_content:2823 0 indexes were added and 1 stale indexes were removed.



80424/5208014 [>---------------------------] 1% 18 secs



Record static_countries:41 4 indexes were added and 4 stale indexes were removed.



81880/5208014 [>---------------------------] 1% 19 secsKilled



...



Updating reference index. This may take a while …
81883/5208017 [>---------------------------] 1% 57 secs
mmap() failed: [12] Cannot allocate memory
Killed



What might causes this and how can I get it to run through and update the reference index?









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Arduino Mega cannot recieve any sketches, stk500_recv() programmer is not responding

Visual Studio Code: How to configure includePath for better IntelliSense results

C++ virtual function: Base class function is called instead of derived