Skip to content

Commit

Permalink
Don't hard-code apt compiler memory so it can be overridden by build.…
Browse files Browse the repository at this point in the history
…properties

git-svn-id: https://svn.codehaus.org/jruby/trunk/jruby@8638 961051c9-f516-0410-bf72-c9f7e237a7b7
  • Loading branch information
nicksieger authored and Charles Nutter committed Jan 24, 2009
1 parent d3e22b4 commit 7b5bca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<src path="${src.dir}"/>
<patternset refid="java.src.pattern"/>
<compilerarg line="-XDignore.symbol.file=true"/>
<compilerarg line="-J-Xmx512M"/>
<compilerarg line="-J-Xmx${jruby.compile.memory}"/>
</apt>
</target>

Expand Down
1 change: 1 addition & 0 deletions default.build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ test.results.dir=${build.dir}/test-results
html.test.results.dir=${test.results.dir}/html
html.test.coverage.results.dir=${test.results.dir}/html-coverage
javac.version=1.5
jruby.compile.memory=256M
jruby.launch.memory=512M
jruby.test.memory=512M
jruby.test.jvm=java

0 comments on commit 7b5bca1

Please sign in to comment.