You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't looked into the details of the memory usage, but from this run it seems like it's not cleaning up some things after creating an order which is making the used memory grow, till it runs out.
I did some rudimentary profiling of the orders and products generators using xdebug. I don't really know what I'm doing with yet with the profiling tools, but from the output files, it looks like the biggest bottlenecks are:
Prerequisites
Describe the bug
I tried to generate a large set of orders for testing (50k), however it seems that this eventually runs out of memory (1GB):
I haven't looked into the details of the memory usage, but from this run it seems like it's not cleaning up some things after creating an order which is making the used memory grow, till it runs out.
WordPress Environment
Pressable site with:
WordPress 6.7.1
WooCommerce 9.4.3
WooCommerce Smooth Generator 1.2.1
Isolating the problem
The text was updated successfully, but these errors were encountered: