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

Add compression level setting to enhance archive size optimization #256

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Jaspur
Copy link

@Jaspur Jaspur commented Sep 16, 2024

Optimize the ZIP process to maximum compression available.
Reason for this is that my MacOS machine Application size is bigger than the same application compressed via @fideloper his ChipperCI.
Lot of times my application size is too big for Lambda and Vapor CLI tells me to make it a Docker, but I prefer Lambda and that's possible when I deploy the same application with ChipperCI.
There is a support ticket about it which is handled and investigated by Josh.

Or use tar instead of zip on MacOS. But that unzipping is probably done at after Vapor-CLI does it's job.

Jasper Koers added 2 commits September 17, 2024 08:58
@Jaspur Jaspur marked this pull request as ready for review September 17, 2024 07:22
@taylorotwell taylorotwell marked this pull request as draft September 17, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants