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

build: Expose xz compression level #1428

Closed
wants to merge 1 commit into from

Conversation

jbergstroem
Copy link
Member

On machines with limited resources a fair tradeoff could be trading result size with less memory and cpu consumption. Expose a variable that overrides the default (9).

Note: xz is often used to gain maximum possible compression, so avoid lowering this if possible.

Refs #1396.

On machines with limited resources a fair tradeoff could be trading
result size with less memory and cpu consumption. Expose a variable
that overrides the default (9).

Note: xz is often used to gain maximum possible compression, so
avoid lowering this if possible.
@rvagg
Copy link
Member

rvagg commented Apr 15, 2015

lgtm

@brendanashworth brendanashworth added the build Issues and PRs related to build files or the CI. label Apr 15, 2015
jbergstroem added a commit that referenced this pull request Apr 15, 2015
On machines with limited resources a fair tradeoff could be trading
result size with less memory and cpu consumption. Expose a variable
that overrides the default (9).

Note: xz is often used to gain maximum possible compression, so
avoid lowering this if possible.

PR-URL: #1428
Reviewed-By: Rod Vagg <rod@vagg.org>
@jbergstroem
Copy link
Member Author

Committed in c7769d4. Thanks for the review, Rod.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants