Skip to content

Commit 4444daa

Browse files
committed
increase native test memory size
1 parent c610b1e commit 4444daa

File tree

1 file changed

+1
-1
lines changed
  • dd-smoke-tests/spring-boot-3.0-native/application

1 file changed

+1
-1
lines changed

dd-smoke-tests/spring-boot-3.0-native/application/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if (hasProperty('agentPath')) {
3838
if (withProfiler && property('profiler') == 'true') {
3939
buildArgs.add("-J-Ddd.profiling.enabled=true")
4040
}
41-
jvmArgs.add("-Xmx4096M")
41+
jvmArgs.add("-Xmx6144M")
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)