Skip to content

Commit

Permalink
Add system properties to README
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo authored and dain committed Aug 8, 2024
1 parent 2813575 commit 1eed528
Showing 1 changed file with 7 additions and 0 deletions.
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.

0 comments on commit 1eed528

Please sign in to comment.