Commit 95ce78f
Merge #351
351: Clear manager in the import loop (console command) r=norkunas a=johndodev
Calling $manager->clear() in the import loop to avoid memory problems.
# Pull Request
## Related issue
Fixes #350
## What does this PR do?
- Add a call of $manager->clear() in the import loop to avoir memory problems.
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Co-authored-by: Jonathan Plantey <[email protected]>1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
| 145 | + | |
144 | 146 | | |
145 | 147 | | |
146 | 148 | | |
| |||
0 commit comments