mirror of https://github.com/status-im/reagent.git
Limit JVM memory
This commit is contained in:
parent
3f70c6b0f7
commit
80e85329f5
|
@ -1,6 +1,8 @@
|
|||
machine:
|
||||
node:
|
||||
version: v8.2.0
|
||||
environment:
|
||||
JVM_OPTS: "-Xms512m -Xmx1024m"
|
||||
dependencies:
|
||||
override:
|
||||
- lein deps
|
||||
|
|
Loading…
Reference in New Issue