You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the process of queuing, a TSFE is being built and cached for each page added to the queue. This TSFE exceeds an average of over a megabyte per cached entry in our site, so with a sufficient amount of pages this will consume considerable amounts of memory and possibly die by exceeding memory limits.
To Reproduce
Steps to reproduce the behavior:
Create a page with a large amount of (recursive) children.
Switch the hidden flag off with extendToSubtree enabled.
Observe high memory consumption
Expected behavior
Changing those page properties does not cause excessive memory usage.
Screenshots
Used versions (please complete the following information):
TYPO3 Version: 12.4.3
Browser: firefox
EXT:solr Version: 12.0.3
Used Apache Solr Version: Docker Image typo3solr/ext-solr:12.0
Describe the bug
Various changes to hidden and extendToSubtree will cause all child pages to be queued for updating.
In the process of queuing, a TSFE is being built and cached for each page added to the queue. This TSFE exceeds an average of over a megabyte per cached entry in our site, so with a sufficient amount of pages this will consume considerable amounts of memory and possibly die by exceeding memory limits.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Changing those page properties does not cause excessive memory usage.
Screenshots
Used versions (please complete the following information):
Additional context
A zip file containing memory allocations taken with https://github.com/arnaud-lb/php-memory-profiler at the time of an out-of-memory in callgrind format: memprof.callgrind.1808118700353951.zip
The text was updated successfully, but these errors were encountered: