We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680e9ff commit 1abd102Copy full SHA for 1abd102
.circleci/config.yml
@@ -12,7 +12,12 @@ defaults: &defaults
12
working_directory: ~/repo
13
environment:
14
LEIN_ROOT: "true" # we intended to run lein as root
15
- JVM_OPTS: -Xmx3200m # limit the maximum heap size to prevent out of memory errors
+ # JVM_OPTS:
16
+ # - limit the maximum heap size to prevent out of memory errors
17
+ # - print stacktraces to console
18
+ JVM_OPTS: >
19
+ -Xmx3200m
20
+ -Dclojure.main.report=stderr
21
22
# Runners for OpenJDK 8 and 11
23
0 commit comments