Created
March 30, 2014 20:48
-
-
Save eslick/9879490 to your computer and use it in GitHub Desktop.
project.clj snippet for working around XML expansion bug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:profiles {;; PRODUCTION | |
:prod {:jvm-opts ["-Xms512M" "-Xmx2G" "-server" "-Djdk.xml.entityExpansionLimit=0" | |
"-XX:+UseConcMarkSweepGC" "-XX:+CMSIncrementalMode"]}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment