On Tue, Apr 14, 2009 at 11:27 AM, <[email protected]> wrote: > Thanks Simon, > Your suggestion was very helpfull . I have one more question : how I set up > maven to redirect console messages to a log file?
I would ask that on the maven user list, or searching the documentation (not sure if that is really documented on their website) -Matthias > Regards, > Aurel > > --- Original Message --- >> [email protected] schrieb: >> > Hello, >> > I want to make rebuild locally source sode of trinidad but I get errors >> > when I trying to install trinidad-impl project (mvn install ) >> > The system is out of resources : java.lang.OutOfMemoryError java heap >> > source . >> > I have 2Gb RAM memory . >> > Can you provide me some url with docs that can help me with this issue? >> >> It doesn't matter how much ram you have if Java isn't configured >> to use >> it :-) >> >> Try: >> export MAVEN_OPTS="-Xmx1024m -Xms512m" >> >> Google "MAVEN_OPTS" for more info. >> >> Regards, Simon >> >> -- >> -- Emails in "mixed" posting style will be ignored >> -- (http://en.wikipedia.org/wiki/Posting_style) > > -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

