Bug #96042
Updated by Sybille Peters about 3 years ago
h2. Reproduce I did not reproduce it exactly like this but it should be able to be reproducible: 1. Use a row updater 2. Apply this on a table with lots of rows and fields with lots of content (e.g. tt_content). When the QueryBuilder Statement is constructed, it will out of memory. See also patch set 1 where a test was used to create a number of rows: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72243/1 The test has now been removed because not really necessary for patch, just to check that out of memory is possible with current code. h2. Possible todos 1. Fix this. Can be done with chunking, but how to define the size of chunks? 2. Think about how to fix these things in general and find other places