Skip to content

Commit 37fbf32

Browse files
committed
Update config.yml
1 parent 01a843d commit 37fbf32

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
working_directory: ~/repo/de.peeeq.wurstscript
1818

1919
environment:
20-
GRADLE_OPTS: -Dorg.gradle.parallel=false -Dorg.gradle.workers.max=2
20+
# With --no-daemon, GRADLE_OPTS applies to the build JVM itself.
21+
# Cap it at 256 MB so the forked test JVM (-Xmx2g) + JaCoCo agent overhead
22+
# fit within the medium container's 4 GB.
23+
GRADLE_OPTS: -Dorg.gradle.parallel=false -Dorg.gradle.workers.max=2 -Xmx256m
2124
TERM: dumb
2225

2326
steps:

0 commit comments

Comments
 (0)