Browse Source

Merge pull request #239 from csmith/master

Set memory limit in circle config.
pull/240/head
Greg Holmes 9 years ago
parent
commit
e8d888581a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      circle.yml

+ 1
- 0
circle.yml View File

@@ -5,6 +5,7 @@ machine:
5 5
     version: oraclejdk8
6 6
   environment:
7 7
     TERM: dumb
8
+    GRADLE_OPTS: -Xmx3g
8 9
 
9 10
 checkout:
10 11
   override:

Loading…
Cancel
Save