Skip to content

Commit 1abd102

Browse files
pdbrownbbatsov
authored andcommittedApr 14, 2021
[CI] Print stacktraces to console

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎.circleci/config.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ defaults: &defaults
1212
working_directory: ~/repo
1313
environment:
1414
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
15+
# 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
1621
1722
# Runners for OpenJDK 8 and 11
1823

0 commit comments

Comments
 (0)
Please sign in to comment.