-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
Replace Gzip with PGzip #266
Conversation
New test fails with |
Sorry for not mentioning this before, the |
It was executable by default locally, but I had to run |
Strange, usually git should pick this up all by itself. Could it be that you set Anyways, good to see it's running as expected now. |
I renamed |
Hmm, I got all my knowledge from Wikipedia which says whole numbers are natural numbers + 0. Then again, it's probably disputed and not really well defined. |
Not that I know of. I just changed to true, but now GIT says I have changes in all .sh files... so it definitely picked something up and was turned off before.
Seems like I found exactly the opposite side of that discussion haha. Well, I don't have a real preference here, now that the doc string is there to explain it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚄
Closes #265
Replaces
compress/gzip
withgithub.com/klauspost/pgzip
(drop-in replacement, compatible) to significantly increase compression (archiving) performance (1.5-8+ times depending on settingGZIP_PARALLELISM
).Default is
1
to not use up all available compute capacity on production servers during the archiving process.@m90: Also added the
--timeout 3
fordocker compose down
commands in the test suite.