Skip to content
Snippets Groups Projects
Commit 53c5df9e authored by Cam Saul's avatar Cam Saul
Browse files

let PermGen memory be garbage collected. Give PermGen a little more headroom

parent e9f5e592
Branches
Tags
No related merge requests found
......@@ -56,6 +56,6 @@
:exclude-linters [:constant-test]} ; korma macros generate some formats with if statements that are always logically true or false
:profiles {:dev {:dependencies [[expectations "2.0.16"] ; unit tests
[ring/ring-mock "0.2.0"]]
:jvm-opts ["-Dlogfile.path=target/log"]}
:jvm-opts ["-Dlogfile.path=target/log -XX:PermSize=64m -XX:MaxPermSize=256m -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC"]}
:uberjar {:aot :all
:prep-tasks ["npm" "gulp" "javac" "compile"]}})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment