thaiphan/magento2-s3

Out of memory errors

superdav42 opened this issue · 2 comments

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?

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

Create a memory swap if you are using Unix.