Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Change JVM options. remove MaxPermSize and add +UseStringDeduplication #763

Merged
merged 1 commit into from
Mar 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion scheduler/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@

:main cook.components
:jvm-opts ["-Dpython.cachedir.skip=true"
"-XX:MaxPermSize=500M"
"-XX:+UseG1GC"
"-XX:+UseStringDeduplication"
"-XX:+PrintStringDeduplicationStatistics"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to comment out -XX:+UseStringDeduplication and -XX:+PrintStringDeduplicationStatistics in order to get my local cook scheduler to start up. Is there something I'm missing @scrosby?

;"-Dsun.security.jgss.native=true"
;"-Dsun.security.jgss.lib=/opt/mitkrb5/lib/libgssapi_krb5.so"
;"-Djavax.security.auth.useSubjectCredsOnly=false"
Expand Down