diff options
| author | J08nY | 2024-08-08 12:01:34 +0200 |
|---|---|---|
| committer | J08nY | 2024-08-08 12:01:34 +0200 |
| commit | a0702af3b7de96cc14475539099f675d3b098df7 (patch) | |
| tree | a5eaf1757e16456348a63170da7f128257a5857e /standalone | |
| parent | 01ffcfd9770e4fccec022d1b8309a4be9cfbe678 (diff) | |
| download | ECTester-a0702af3b7de96cc14475539099f675d3b098df7.tar.gz ECTester-a0702af3b7de96cc14475539099f675d3b098df7.tar.zst ECTester-a0702af3b7de96cc14475539099f675d3b098df7.zip | |
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") |
