Skip to content

Commit 5a04e8c

Browse files
authored
increase heap memory for build step on system-tests (#8758)
1 parent 9f65194 commit 5a04e8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/system-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Build dd-trace-java
3434
run: |
35-
GRADLE_OPTS="-Dorg.gradle.jvmargs='-Xmx2G -Xms2G'" \
35+
GRADLE_OPTS="-Xms2g -Xmx4g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC" \
3636
JAVA_HOME=$JAVA_HOME_8_X64 \
3737
JAVA_8_HOME=$JAVA_HOME_8_X64 \
3838
JAVA_11_HOME=$JAVA_HOME_11_X64 \
@@ -60,5 +60,5 @@ jobs:
6060
binaries_artifact: binaries
6161
desired_execution_time: 900 # 15 minutes
6262
scenarios_groups: tracer-release
63-
excluded_scenarios: CROSSED_TRACING_LIBRARIES,INTEGRATIONS_AWS # require AWS credentials
63+
excluded_scenarios: CROSSED_TRACING_LIBRARIES,INTEGRATIONS_AWS,APM_TRACING_E2E_OTEL,APM_TRACING_E2E_SINGLE_SPAN,PROFILING # require AWS and datadog credentials
6464
skip_empty_scenarios: true

0 commit comments

Comments
 (0)