Skip to content

Commit 8149b4d

Browse files
committed
Decrease Gradle heap to 1 GB
1 parent 623ecd2 commit 8149b4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ executors:
44
circle-jdk-executor:
55
working_directory: ~/micrometer
66
environment:
7-
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
7+
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx1g -XX:+HeapDumpOnOutOfMemoryError"'
88
resource_class: medium+
99
docker:
1010
- image: cimg/openjdk:21.0.6
1111
circle-jdk17-executor:
1212
working_directory: ~/micrometer
1313
environment:
14-
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
14+
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx1g -XX:+HeapDumpOnOutOfMemoryError"'
1515
resource_class: medium+
1616
docker:
1717
- image: cimg/openjdk:17.0.14
1818
circle-jdk11-executor:
1919
working_directory: ~/micrometer
2020
environment:
21-
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
21+
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx1g -XX:+HeapDumpOnOutOfMemoryError"'
2222
resource_class: medium+
2323
docker:
2424
- image: cimg/openjdk:11.0.26

0 commit comments

Comments
 (0)