aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorJ08nY2024-08-08 12:01:34 +0200
committerJ08nY2024-08-08 12:01:34 +0200
commita0702af3b7de96cc14475539099f675d3b098df7 (patch)
treea5eaf1757e16456348a63170da7f128257a5857e /standalone
parent01ffcfd9770e4fccec022d1b8309a4be9cfbe678 (diff)
downloadECTester-a0702af3b7de96cc14475539099f675d3b098df7.tar.gz
ECTester-a0702af3b7de96cc14475539099f675d3b098df7.tar.zst
ECTester-a0702af3b7de96cc14475539099f675d3b098df7.zip
Diffstat (limited to 'standalone')
-rw-r--r--standalone/build.gradle.kts2
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")