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
Getting memory limit errors when running s3:storage:export after uploading several GBs. php memory_limit=2G so something is likely leaking memory. The real problem is it starts over from the beginning when running the command again. Is there a way to tell it to continue where it left off?
The text was updated successfully, but these errors were encountered:
Sorry for the late response. Yeah, I can see how that is a problem!
I was going through other people's forks of my code and I saw that somebody had the same problem as you and had made some code changes to his fork to address it. So it's possible! I'll see what I can do.
Getting memory limit errors when running
s3:storage:export
after uploading several GBs. php memory_limit=2G so something is likely leaking memory. The real problem is it starts over from the beginning when running the command again. Is there a way to tell it to continue where it left off?The text was updated successfully, but these errors were encountered: