We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be2db56 + 8ae806a commit b19a490Copy full SHA for b19a490
.circleci/config.yml
@@ -22,7 +22,7 @@ executors:
22
circle-jdk11-executor:
23
working_directory: ~/micrometer-tracing
24
environment:
25
- GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
+ GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx1g -XX:+HeapDumpOnOutOfMemoryError"'
26
docker:
27
- image: cimg/openjdk:11.0.28
28
machine-executor:
0 commit comments