- Issue created by @andriic
- @andriic opened merge request.
- Status changed to Needs review
over 1 year ago 3:36pm 8 July 2023
vde_drush:views-data-export command ended with "Fatal error: Allowed memory size" when there are a lot of data to export.
Create views to export big amount of data.
In my case it was a commerce_order items over 400k in total.
Add new option "--add-only" for drush command which will only add items to queue.
Then developer can run
for i in {1..1000}; do drush queue-run vde_drush_queue --items-limit=10 ;done
and have all exported data in file without memory limits errors.
Needs review
2.1
Code