Skip to content

Commit fdee543

Browse files
committed
Give 2g to the JVM
1 parent d587f46 commit fdee543

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
@@ -35,7 +35,7 @@ aliases:
3535
- image: circleci/openjdk:8-jdk-node
3636
environment:
3737
# https://circleci.com/docs/2.0/java-oom/
38-
_JAVA_OPTIONS: "-Xms128m -Xmx1536m"
38+
_JAVA_OPTIONS: "-Xms128m -Xmx2g"
3939

4040
version: 2
4141
workflows:

0 commit comments

Comments
 (0)