Bug #22153
closedIRRE wastes memory
0%
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
Updated by Franz Holzinger over 14 years ago
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!
Updated by Alexander Opitz over 11 years ago
- 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?
Updated by Franz Holzinger over 11 years ago
- File patch-22153-1.diff patch-22153-1.diff added
- File patch-22153-2.diff patch-22153-2.diff added
Here come the patches for TYPO3 6.0.6.
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to New
Updated by Benni Mack almost 10 years ago
- Is Regression set to No
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?
Updated by Benni Mack almost 10 years ago
- Status changed from New to Needs Feedback
- Assignee set to Benni Mack
- Target version set to 7.1 (Cleanup)
Updated by Benni Mack almost 10 years ago
- 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.