Skip to content

Commit

Permalink
Set +CrashOnOutOfMemoryError by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobobryant committed Dec 31, 2022
1 parent e0fdc8b commit 02b6bd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/config.edn.TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
;; Possible values: macos-x64, macos-arm64, linux-x64, linux-arm64
:biff.tasks/tailwind-build nil
:biff.tasks/clj-args ["-J-XX:-OmitStackTraceInFastThrow"
"-J-XX:+CrashOnOutOfMemoryError"
"-M" "-m" "com.example"
"--port" "7888"
"--middleware" "[cider.nrepl/cider-middleware,refactor-nrepl.middleware/wrap-refactor]"]
Expand Down

0 comments on commit 02b6bd5

Please sign in to comment.