On Nov 29, 2007 9:29 AM, Yan Huang <[EMAIL PROTECTED]> wrote: > It seems to me that maven (version 2.0.7) does not allow me to allocate more > than 1024MB for max heap size and otherwise it aborts the build complaining > it could not allocate the required heap size. Is it true? How can I get > around it? I want to allocate 3G on a 32-bit machine though ...
What error are you getting? Maven generally just constructs command-line executions of java, so I suspect that it's the JVM complaining about the options when it tries to start up, not Maven. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]