We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @karliuka,
i just looked at the latest commits and discovered a possible problem regarding the commit 2f447be
The code, which reduced the usage of RAM significantly was removed from "Model/Rule/Condition/Product.php".
Was that intentional?
Without that code, the issue that was fixed with pull request #43 is reintroduced.
The cronjob crashes after some time, because of the massive memory consumption.
We have 2.500+ Rules and 200k+ active products in our database.
We will work on other optimizations.
But if the removal was a mistake, could you please put the code in again?
Thanks and best regards, Kai
The text was updated successfully, but these errors were encountered:
Thanks you I will check as soon as possible ...
Sorry, something went wrong.
No branches or pull requests
Hi @karliuka,
i just looked at the latest commits and discovered a possible problem regarding the commit 2f447be
The code, which reduced the usage of RAM significantly was removed from "Model/Rule/Condition/Product.php".
Was that intentional?
Without that code, the issue that was fixed with pull request #43 is reintroduced.
The cronjob crashes after some time, because of the massive memory consumption.
We have 2.500+ Rules and 200k+ active products in our database.
We will work on other optimizations.
But if the removal was a mistake, could you please put the code in again?
Thanks and best regards,
Kai
The text was updated successfully, but these errors were encountered: