Skip to content

Commit c310066

Browse files
Synchronize jvm args for CI builds
Closes gh-433
1 parent 78df390 commit c310066

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ executors:
44
circle-jdk24-executor:
55
working_directory: ~/context-propagation
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:
1111
working_directory: ~/context-propagation
1212
environment:
13-
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
13+
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx1g -XX:+HeapDumpOnOutOfMemoryError"'
1414
docker:
1515
- image: cimg/openjdk:21.0.8
1616
circle-jdk17-executor:
1717
working_directory: ~/context-propagation
1818
environment:
19-
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
19+
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx1g -XX:+HeapDumpOnOutOfMemoryError"'
2020
docker:
2121
- image: cimg/openjdk:17.0.16
2222
circle-jdk11-executor:
2323
working_directory: ~/context-propagation
2424
environment:
25-
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
25+
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx1g -XX:+HeapDumpOnOutOfMemoryError"'
2626
docker:
2727
- image: cimg/openjdk:11.0.28
2828
machine-executor:

0 commit comments

Comments
 (0)