Hi Bryan:
Like knut's point out, it is ANT_
OPTS option. I am using -Xms512M. However, I am running on Windows 7.
Thanks,
Lily
Sent from my iPhone
On Sep 19, 2010, at 10:52 AM, Knut Anders Hatlen <[email protected]> wrote:
> Bryan Pendleton <[email protected]> writes:
>
>> Hi all,
>>
>> I tried to build the ref manual from source, which I hadn't done in several
>> months, and got the error below.
>>
>> Does anyone know how to configure my system to give it more memory for
>> building the docs? Is there an environment variable or configuration setting
>> that I can control?
>
> Hi Bryan,
>
> The build instructions have this tip:
>
> http://db.apache.org/derby/manuals/dita.html
>
> ,----
> | 4. Install Apache Ant, and make sure to follow the instructions for
> | setting your environment variables. If you encounter problems with
> | running out of memory on the doc build, set the ANT_OPTS environment
> | variable to "-Xms100m -Xmx200m".
> `----
>
> --
> Knut Anders