Skip to content

Commit

Permalink
JimEvans: Changing go.bat to have the same Java build environment as …
Browse files Browse the repository at this point in the history
…the go Linux shell script.

r16502
  • Loading branch information
jimevans committed Apr 9, 2012
1 parent e84500b commit 5ba9328
Showing 1 changed file with 1 addition and 1 deletion.
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=284m -XX:ReservedCodeCacheSize=128m -client -jar third_party\jruby\jruby-complete.jar -X-C -S rake %*
java -Xmx1024m -XX:MaxPermSize=384m -XX:ReservedCodeCacheSize=128m -client -jar third_party\jruby\jruby-complete.jar -X-C -S rake %*

0 comments on commit 5ba9328

Please sign in to comment.