A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/1164.html
Document ID: 1164 Branch: main Language: default Name: How to solve Maven 2 problems (unchanged) Document Type: Cocoon Document (unchanged) Updated on: 3/1/07 3:28:02 PM Updated by: Andreas Hochsteger A new version has been created, state: publish Parts ===== Content ------- This part has been updated. Mime type: text/xml (unchanged) File name: (unchanged) Size: 3477 bytes (previous version: 3479 bytes) Content diff: (66 equal lines skipped) block that demands more than 64mb of memory in order to compile. Solution is simple - give Maven more memory by setting environment variable:</p> --- <pre>[Win] set MAVEN_OPTS=-Xmx=256m --- [Unix] MAVEN_OPTS='-Xmx=256m' +++ <pre>[Win] set MAVEN_OPTS=-Xmx256m +++ [Unix] MAVEN_OPTS='-Xmx256m' </pre> <p>And then fire your <tt>mvn</tt> command as before. It should work now.</p> (20 equal lines skipped)