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
