Revision: e94955f5c7
Author: Alex Eagle <
aeagl...@gmail.com>
Date: Sat Nov 21 21:07:02 2009
Log: Don't have that much memory available on my cbuild hosted box - turn
down the Xms (and Xmx while I'm there)
http://code.google.com/p/noop/source/detail?r=e94955f5c7
Modified:
/buildfile
=======================================
--- /buildfile Sat Nov 21 20:56:22 2009
+++ /buildfile Sat Nov 21 21:07:02 2009
@@ -13,7 +13,7 @@
# limitations under the License.
# scalac runs out of heap on my machine otherwise
-ENV['JAVA_OPTS'] ||= '-Xms512m -Xmx1g'
+ENV['JAVA_OPTS'] ||= '-Xmx512m'
require 'buildr/antlr'
require 'buildr/scala'