Skip to content

Commit b3b2167

Browse files
authored
increase java heap size to 1024m (#3184)
1 parent b559d67 commit b3b2167

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- image: maven:3.5.2-jdk-7
3333
environment:
3434
TERM: dumb
35-
MAVEN_OPTS: -Xmx256m
35+
MAVEN_OPTS: -Xmx1024m
3636
steps:
3737
- checkout
3838
- run:

0 commit comments

Comments
 (0)