Sammyjo20 / lasso

🐎 Lasso is a Laravel package created to make your deployments blazing fast.
MIT License
341 stars 16 forks source link

Issue: Memory limit reached in CI #6

Closed Sammyjo20 closed 4 years ago

Sammyjo20 commented 4 years ago

Some people may experience a memory limit error during the “upload” phase of the “publish” command. This is due to me not using a stream to store the contents of the Zip file. I will update this to use a stream which should resolve it. But I wanted to add this as a known issue!

Sammyjo20 commented 4 years ago

Created a potential fix. Testing now! 🤓

Sammyjo20 commented 4 years ago

Issue fixed in https://github.com/Sammyjo20/Lasso/releases/tag/v1.0.7