mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 22:45:04 +00:00
Merge pull request #11163 from rmuir/jna_nosys
Use our provided JNA library, versus one installed on the system
This commit is contained in:
commit
1d3a8ad36a
Binary file not shown.
@ -68,3 +68,6 @@ JAVA_OPTS="$JAVA_OPTS -XX:+DisableExplicitGC"
|
|||||||
|
|
||||||
# Ensure UTF-8 encoding by default (e.g. filenames)
|
# Ensure UTF-8 encoding by default (e.g. filenames)
|
||||||
JAVA_OPTS="$JAVA_OPTS -Dfile.encoding=UTF-8"
|
JAVA_OPTS="$JAVA_OPTS -Dfile.encoding=UTF-8"
|
||||||
|
|
||||||
|
# Use our provided JNA always versus the system one
|
||||||
|
JAVA_OPTS="$JAVA_OPTS -Djna.nosys=true"
|
||||||
|
1
pom.xml
1
pom.xml
@ -469,6 +469,7 @@
|
|||||||
<argument>-XX:+HeapDumpOnOutOfMemoryError</argument>
|
<argument>-XX:+HeapDumpOnOutOfMemoryError</argument>
|
||||||
<argument>-XX:+DisableExplicitGC</argument>
|
<argument>-XX:+DisableExplicitGC</argument>
|
||||||
<argument>-Dfile.encoding=UTF-8</argument>
|
<argument>-Dfile.encoding=UTF-8</argument>
|
||||||
|
<argument>-Djna.nosys=true</argument>
|
||||||
<argument>-Delasticsearch</argument>
|
<argument>-Delasticsearch</argument>
|
||||||
</arguments>
|
</arguments>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user