Bug #22153
closed
Added by Franz Holzinger over 14 years ago.
Updated almost 10 years ago.
Description
If I want to edit a record in TCE, it hangs with the error message in TYPO3 4.4trunk:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 2097152 bytes) in /var/www/html/trunk/t3lib/class.t3lib_tceforms_inline.php on line 800
It reseves 2 MByte RAM only for each call in the for loop.
The patch will reduce the additional memory consumption to only 72 bytes.
(issue imported from #M13603)
Files
The function splitGroupOrderLimit must always have a maximum limit. Consider the result of 10 000 tables which would use all the memory by the IRRE feature. A select box with more than 1000 entries would never be usable. So do not call more records!
- Status changed from New to Needs Feedback
- Target version deleted (
0)
Hi Franz,
did this already go into a version of TYPO3? Or can you bring it into Gerrit?
Here come the patches for TYPO3 6.0.6.
Can you bring it into Gerrit?
- Status changed from Needs Feedback to New
Hey Franz,
can you share your experience? Just from the report and the patches I don't see why IRRE consumes so much memory and when?
- Status changed from New to Needs Feedback
- Assignee set to Benni Mack
- Target version set to 7.1 (Cleanup)
- Status changed from Needs Feedback to Closed
no feedback so far. please send me an email if you still experience the problem with 6.2 and I will re-open the issue.
Also available in: Atom
PDF