On the 0x270 day of Apache Harmony Kalpak Gadre wrote:
> Hi,
> 
> I am trying to build the harmony and the ant keeps failing with
> OutOfMemoryError. But I am able to build classlib, vm separately. It
> only fails when I try to build from the root. I am following the
> instructions on the Getting started for contributers section.

try {
    export ANT_OPTS="-Xms256M -Xmx512M";
}finally{
    report_back();
}

-- 
Egor Pasko

Reply via email to