Skip to content

Commit

Permalink
Reduced memory reqs on container
Browse files Browse the repository at this point in the history
  • Loading branch information
theclaymethod committed Nov 28, 2014
1 parent 0e81b75 commit d3cd855
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GC_OPTS="-XX:+UseConcMarkSweepGC
-XX:MaxPermSize=512m
-XX:+CMSClassUnloadingEnabled "

JAVA_OPTS="-Xmx5g -XX:MaxDirectMemorySize=512M
JAVA_OPTS="-Xmx2g -XX:MaxDirectMemorySize=512M
-XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true
-Dcom.sun.management.jmxremote.port=9999
-Dcom.sun.management.jmxremote.authenticate=false
Expand Down

0 comments on commit d3cd855

Please sign in to comment.