> -----Original Message----- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of dIon Gillard > Sent: 02 June 2003 16:56 > To: [EMAIL PROTECTED] > Subject: Re: maven.bat and -Xmx, remove MAVEN_DEFAULT_OPTS? > > Isn't this what MAVEN_OPTS is for? > > The user can set stuff in MAVEN_OPTS and override the defaults....
hum... are you saying that the following works: java -Xmx160m -Xmx256m [...] ? Even if it works, it doesn't look like a valid solution but more like a trick to me. What do you think? Thanks -Vincent > > dIon > > Vincent Massol wrote: > > Hi, > > > > I've noticed we've hard coded the jvm max memory to: > > > > SET MAVEN_DEFAULT_OPTS="-Xmx160m" > > > > I need to adjust this memory to a greater value and I think it would be > > nice to let users do this *without* having to modify the maven.bat file > > every time a new version of maven is downloaded. > > > > I suggest removing the "SET MAVEN_DEFAULT_OPTS="-Xmx160m" line > > altogether (and thus remove the MAVEN_DEFAULT_OPTS variable). > > > > Any objections? > > > > Thanks > > -Vincent > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
