diff options
Diffstat (limited to 'standalone')
| -rw-r--r-- | standalone/build.gradle.kts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone/build.gradle.kts b/standalone/build.gradle.kts index 35ae3e5..86ee84f 100644 --- a/standalone/build.gradle.kts +++ b/standalone/build.gradle.kts @@ -53,6 +53,8 @@ tasks.named<Test>("test") { jvmArgs("--add-exports", "java.base/sun.security.ec=ALL-UNNAMED") } + jvmArgs("-Xmx8G", "-Xms2G") + // Add wolfcrypt JNI lib path to LD_LIBRARY_PATH (as our native library loading does not handle it) environment( "LD_LIBRARY_PATH", "$rootDir/ext/wolfcrypt-jni/lib/:" + System.getenv("LD_LIBRARY_PATH") |
