-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PageBuilder "Products" memory exhaustion in the backend #39564
Comments
Hi @ioweb-gr. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-Delta. Thank you for working on this issue.
|
Hi @ioweb-gr , Thanks for your reporting and collaboration. We have tried to reproduce the issue in Latest 2.4-develop instance and we are not able to reproduce the issue.Kindly refer the screenshot. Steps to reproduce
Kindly recheck the issue in Latest 2.4-develop instance and elaborate the steps to reproduce if the issue is still reproducible. Thanks. |
Dear @engcom-Delta Please try the following Make sure you have at least a few million products with at least 30% configurable products Secondly instead of choosing the SKU button click on the one that says "Conditions" In the conditions add something generic like "Product is in category Default Category" With the sku filter the issue doesn't occur but it occurs with the Conditions filter |
You can try the Category filter as well instead of the SKU filter. That one times out for us as well |
Hi @ioweb-gr , Thanks for your reporting and collaboration. Steps to reproduce
Can you please reverify in latest 2.4 develop and confirm if you are still facing the issue. Thanks. |
I've tried to install 2.4-develop locally but facing this error during composer install
|
Preconditions and environment
Steps to reproduce
firefox_ZwX539ahmb.mp4
Internally the system will invoke function \Magento\PageBuilder\Model\Catalog\ProductTotals::getProductTotals which ends up in memory exhaustion
I've tried increasing up to 12GB and the error is the same.
Expected result
The counts are calculated properly and the system doesn't crash
Actual result
Memory is exhausted
Additional information
After creating an around plugin on the mentioned function this is how fast it loads
firefox_zS2mOz03PM.mp4
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: