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 system properties to README #217

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ that have Hadoop dependencies, each algorithm also provides a `CompressionCodec`

This library requires a Java 22+ virtual machine containing the `sun.misc.Unsafe` interface running on a little endian platform.

# Configuration

Temporary directory used to unpack and load native libraries can be configured using the `aircompressor.tmpdir` system property,
with a default value of `java.io.tmpdir`. This is useful when the default temporary directory is mounted as `noexec`.

Loading of native libraries can be disabled entirely by setting the `io.airlift.compress.v2.disable-native` system property.

# Users

This library is used in projects such as Trino (https://trino.io), a distributed SQL engine.
Loading