We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7779f commit 12ae90aCopy full SHA for 12ae90a
.circleci/config.yml
@@ -19,6 +19,7 @@ executors:
19
- image: circleci/clojure:openjdk-8-lein-2.9.1-node
20
environment:
21
LEIN_ROOT: "true" # we intended to run lein as root
22
+ LEIN_JVM_OPTS: -Dmranderson.internal.no-parallelism=true
23
JVM_OPTS: -Xmx3200m # limit the maximum heap size to prevent out of memory errors
24
<<: *defaults
25
0 commit comments