Skip to content

Commit

Permalink
changed max heap size to 600M
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Jan 12, 2012
1 parent 187c334 commit 668be3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jgroups.sh
Expand Up @@ -24,7 +24,7 @@ fi;

JG_FLAGS="-Dresolve.dns=false -Djgroups.bind_addr=$IP_ADDR -Djboss.tcpping.initial_hosts=$IP_ADDR[7800]"
JG_FLAGS="$JG_FLAGS -Djava.net.preferIPv4Stack=true -Djgroups.timer.num_threads=4"
FLAGS="-server -Xmx500M -Xms500M -Xss128K"
FLAGS="-server -Xmx600M -Xms600M -Xss128K"
FLAGS="$FLAGS -XX:CompileThreshold=10000 -XX:+AggressiveHeap -XX:ThreadStackSize=64K -XX:SurvivorRatio=8"
FLAGS="$FLAGS -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=31"
FLAGS="$FLAGS -Xshare:off"
Expand Down

0 comments on commit 668be3b

Please sign in to comment.