Skip to content

Commit

Permalink
MongoDB: Add Xms & Xmn Java heap settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hptabster committed Aug 9, 2016
1 parent 25b6f75 commit 8d3bece
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mongodb/project.clj
Expand Up @@ -8,6 +8,8 @@
[jepsen "0.1.1-SNAPSHOT"]
[org.mongodb/mongodb-driver "3.2.2"]]
:jvm-opts ["-Xmx16g"
"-Xms16g"
"-Xmn4g"
"-XX:+UseConcMarkSweepGC"
"-XX:+UseParNewGC"
"-XX:+CMSParallelRemarkEnabled"
Expand Down

0 comments on commit 8d3bece

Please sign in to comment.