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
Memory exhausted whilst running poller replication #2327
Comments
I doubled my PHP memory_limit from 1024MB to 2048MB. It was able to get through whatever it needed to do. |
See my note on the database upgrade issues for this one. |
Put that |
You may have to put it in poller.php if you are manually doing full sync. |
Won't this change get blown away each time I upgrade, or is this a change you're making in the code base as well? |
It may have to become a setting that we allow people to define via the GUI. Especially for larger installations. |
Updating pollers.php and cli/polller_replicate.php should resolve this issue now. |
This continues over and over again, for poller #2.
The text was updated successfully, but these errors were encountered: