Skip to content
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

Out of memory errors #59

Open
superdav42 opened this issue Aug 20, 2018 · 2 comments
Open

Out of memory errors #59

superdav42 opened this issue Aug 20, 2018 · 2 comments

Comments

@superdav42
Copy link

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?

@thaiphan
Copy link
Owner

Hi @superdav42

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.

Regards,

Thai

@Hackinet
Copy link

Hackinet commented Jul 8, 2021

Create a memory swap if you are using Unix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants