- First commit to issue fork.
- Merge request !35Issue #3285269: out of memory on manual backup with error in MySQLiSource.php → (Open) created by dieterholvoet
- Open on Drupal.org →Core: 9.5.x + Environment: PHP 7.4 & MySQL 5.7last update
about 1 year ago Not currently mergeable. - last update
about 1 year ago 25 pass - Status changed to Needs review
about 1 year ago 1:07pm 4 October 2023 - 🇧🇪Belgium dieterholvoet Brussels
I was able to fix the issue by making
MySQLiSource
use unbuffered queries instead of the default, buffered queries.