Skip to content

Commit

Permalink
KristianRosenvold: Upped MaxPermSize to 384
Browse files Browse the repository at this point in the history
It seems like 64 bit builds are running on the edge on 256

r16430
  • Loading branch information
krosenvold committed Apr 2, 2012
1 parent 9a5c60c commit c0a7780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ esac
unset GEM_HOME
unset GEM_PATH

java $JAVA_OPTS -Xmx1024m -XX:MaxPermSize=256m -XX:ReservedCodeCacheSize=128m -jar third_party/jruby/jruby-complete.jar -X-C -S rake $*
java $JAVA_OPTS -Xmx1024m -XX:MaxPermSize=384m -XX:ReservedCodeCacheSize=128m -jar third_party/jruby/jruby-complete.jar -X-C -S rake $*

2 changes: 1 addition & 1 deletion go.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off

java -Xmx1024m -XX:MaxPermSize=256m -XX:ReservedCodeCacheSize=128m -client -jar third_party\jruby\jruby-complete.jar -X-C -S rake %*
java -Xmx1024m -XX:MaxPermSize=284m -XX:ReservedCodeCacheSize=128m -client -jar third_party\jruby\jruby-complete.jar -X-C -S rake %*

0 comments on commit c0a7780

Please sign in to comment.