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.
1 parent 330c434 commit 8ae806aCopy full SHA for 8ae806a
.circleci/config.yml
@@ -4,7 +4,7 @@ executors:
4
circle-jdk24-executor:
5
working_directory: ~/micrometer-tracing
6
environment:
7
- GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
+ GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx1g -XX:+HeapDumpOnOutOfMemoryError"'
8
docker:
9
- image: cimg/openjdk:24.0.2
10
circle-jdk-executor:
0 commit comments