-
Notifications
You must be signed in to change notification settings - Fork 63
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
Properly handle 'Allowed memory exhausted' error #570
Comments
antonkorotkov
added a commit
that referenced
this issue
Oct 7, 2020
Testing this on GoDaddy now. |
GoDaddy was able to complete non-images sync successfully by skipping items that it cannot process due to memory limit and providing a hint as on the screenshot above. Going to test it with uploading by chunks enabled. |
Successfully processed large files on GoDaddy with help of @ewsopp FYI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This error may happen when trying to process large files. Need to handle this error and try to skip the problem file. Currently, the process stucks on the same large file preventing others to be processed and breaking the progress bar.
The text was updated successfully, but these errors were encountered: