Skip to content

Commit

Permalink
Fix OutOfMemoryError in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
l2dy committed Aug 15, 2024
1 parent 119f53f commit d7ec651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ allprojects {
}

tasks.withType<Test>().configureEach {
jvmArgs = listOf("-Xmx2g", "-XX:-OmitStackTraceInFastThrow")
jvmArgs = listOf("-Xmx3g", "-XX:-OmitStackTraceInFastThrow")

// We need to prevent the platform-specific shared JNA library to loading from the system library paths,
// because otherwise it can lead to compatibility issues.
Expand Down

0 comments on commit d7ec651

Please sign in to comment.