Skip to content

Commit ebce085

Browse files
committed
increase memory
1 parent a4d5b2b commit ebce085

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
@@ -40,7 +40,7 @@ if (hasProperty('agentPath')) {
4040
if (withProfiler && property('profiler') == 'true') {
4141
buildArgs.add("-J-Ddd.profiling.enabled=true")
4242
}
43-
jvmArgs.add("-Xmx5120M")
43+
jvmArgs.add("-Xmx6,144M")
4444
}
4545
}
4646
}

0 commit comments

Comments
 (0)