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
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | convert_bundles-avoid_php_memory_issues-3345065-3.patch | 604 bytes | it-cru |
Comments
Comment #2
it-cruAdded patch with quick solution with setting
$limit = 100to$limit = 5in ConvertBundlesForm.phpComment #3
it-cruUpdated previous quick fix patch #2 to apply on 2.0.x and recent releases again.
Comment #4
gogowitsch commentedThis code change looks good to me and works fine. Let’s get this merged, shall we?
Comment #6
el1_1el commentedIn 3.x branch. Alpha release shortly