Skip to content

Commit 8ae806a

Browse files
Synchronize jvm args for CI builds on 1.5.x
See gh-1216
1 parent 330c434 commit 8ae806a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ executors:
44
circle-jdk24-executor:
55
working_directory: ~/micrometer-tracing
66
environment:
7-
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
7+
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx1g -XX:+HeapDumpOnOutOfMemoryError"'
88
docker:
99
- image: cimg/openjdk:24.0.2
1010
circle-jdk-executor:

0 commit comments

Comments
 (0)