Skip to content

Commit

Permalink
[CI] Print stacktraces to console
Browse files Browse the repository at this point in the history
  • Loading branch information
pdbrown committed Apr 13, 2021
1 parent 680e9ff commit 095dc02
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ defaults: &defaults
working_directory: ~/repo
environment:
LEIN_ROOT: "true" # we intended to run lein as root
JVM_OPTS: -Xmx3200m # limit the maximum heap size to prevent out of memory errors
# JVM_OPTS:
# - limit the maximum heap size to prevent out of memory errors
# - print stacktraces to console
JVM_OPTS: >
-Xmx3200m
-Dclojure.main.report=stderr
# Runners for OpenJDK 8 and 11

Expand Down

0 comments on commit 095dc02

Please sign in to comment.