Memory exhaustion error when updating a large number of entities

Created on 19 January 2022, over 2 years ago
Updated 6 June 2023, over 1 year ago

The reason for the problem is that we first load all the needed entity objects, and then use an array of these entities for further processing.

It makes sense:
- load not entity objects, but entity identifiers
- use batch to update entities

🐛 Bug report
Status

Closed: duplicate

Version

2.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
  • Needs tests

    The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.

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