Browse Source

Set memory limit.

pull/73/head
Chris Smith 9 years ago
parent
commit
ce1f14d9ee
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
   post:

Loading…
Cancel
Save