File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dd-smoke-tests/spring-boot-3.0-native Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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(" -Xmx3072M " )
43+ jvmArgs. add(" -Xmx4096M " )
4444 }
4545 }
4646 }
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ if (version >= 17) {
3131 tasks. register(' springNativeBuild' , Exec ) {
3232 workingDir " $appDir "
3333 environment + = [
34- ' GRADLE_OPTS' : " -Dorg.gradle.jvmargs='-Xmx3072M '" ,
34+ ' GRADLE_OPTS' : " -Dorg.gradle.jvmargs='-Xmx4096M '" ,
3535 ' JAVA_HOME' : javaHome,
3636 ' GRAALVM_HOME' : testJvmHome,
3737 ' DD_TRACE_METHODS' : ' datadog.smoketest.springboot.controller.WebController[sayHello]' ,
You can’t perform that action at this time.
0 commit comments