Most exports exhaust memory

Created on 2 May 2025, 3 months ago
Updated 6 May 2025, 3 months ago

Problem/Motivation

We have this module installed on several sites in a Drupal multisite, and the module is not working correctly on one of our sites. I have tried exporting nodes and blocks of a variety of types, and most of the time this results in memory errors like so:

php-error acn [01-May-2025 13:12:37 America/New_York] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /var/www/html/docroot/core/includes/errors.inc on line 29 request_id="v-7835cc2c-26af-11f0-9699-ef74c8f7c1be"

php-error acn [01-May-2025 13:12:37 America/New_York] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes) in /var/www/html/docroot/core/lib/Drupal/Core/Database/DatabaseExceptionWrapper.php on line 1 request_id="v-7835cc2c-26af-11f0-9699-ef74c8f7c1be"

php-error acn [01-May-2025 13:12:37 America/New_York] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 36864 bytes) in /var/www/html/docroot/core/lib/Drupal/Core/Database/StatementWrapperIterator.php on line 113 request_id="v-7835cc2c-26af-11f0-9699-ef74c8f7c1be"

Some of entities I'm trying to export are extremely small and simple. For example, one block that won't export is of a block type that only has one link field, and the particular block I'm trying to export has only one value in that field. Trying to export blocks of the same type on a different multisite works.

Steps to reproduce

I don't know how to help you reproduce this, as it seems to be related to one of our sites or its theme. If there are any module files I can xdebug to provide more info please let me know.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

1.4

Component

Code

Created by

🇺🇸United States kevinhurley23

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024