Problem/Motivation

If you try to convert a big amount of entities via convert bundles batch process you run into PHP memory limit issues.

Steps to reproduce

Proposed resolution

Reduce items which are processed per batch run or make limit configurable in ConvertBundlesForm.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

IT-Cru created an issue. See original summary.

it-cru’s picture

Added patch with quick solution with setting $limit = 100 to $limit = 5 in ConvertBundlesForm.php

it-cru’s picture

StatusFileSize
new604 bytes

Updated previous quick fix patch #2 to apply on 2.0.x and recent releases again.

gogowitsch’s picture

Status: Active » Reviewed & tested by the community

This code change looks good to me and works fine. Let’s get this merged, shall we?

  • el1_1el committed 61411f45 on 3.0.x
    'Issue #3345065 by it-cru: Avoid memory limit issues with reduce of item...
el1_1el’s picture

Status: Reviewed & tested by the community » Fixed

In 3.x branch. Alpha release shortly

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.