Skip to content

Commit

Permalink
SimonStewart: Bumping up the amount of memory that the java process c…
Browse files Browse the repository at this point in the history
…an use when compiling selenium

r16413
  • Loading branch information
shs96c committed Mar 30, 2012
1 parent d5b1501 commit 89206cf
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 -jar third_party/jruby/jruby-complete.jar -X-C -S rake $*
java $JAVA_OPTS -Xmx1024m -XX:MaxPermSize=256m -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 -client -jar third_party\jruby\jruby-complete.jar -X-C -S rake %*
java -Xmx1024m -XX:MaxPermSize=256m -XX:ReservedCodeCacheSize=128m -client -jar third_party\jruby\jruby-complete.jar -X-C -S rake %*

0 comments on commit 89206cf

Please sign in to comment.