Skip to content
This repository was archived by the owner on Jan 25, 2021. It is now read-only.

Commit ac2f09e

Browse files
committed
trying to fix CircleCI memory issues
1 parent 80f2564 commit ac2f09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ machine:
22
java:
33
version: oraclejdk8
44
environment:
5-
GRADLE_OPTS: -Xms128m
5+
GRADLE_OPTS: '-Xms128m -Xmx512m -Dorg.gradle.jvmargs="-Xms128m -Xmx512m -XX:+HeapDumpOnOutOfMemoryError"'
66

77
dependencies:
88
pre:

0 commit comments

Comments
 (0)