You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jeff Jensen <je...@nospam.visi.com> on 2005/05/23 06:17:45 UTC

[m2] Max mem setting

Will Maven 2 have a centralized setting for the max memory setting, that all
plugins launching a new JVM would respect/use?

With time spent repeatedly running, researching, and configuring some
plugins to not have "Out of Memory" errors, it now seems silly not to add
this kind of feature in the revolutionary vs evolutionary Maven 2!  :-)


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: [m2] Max mem setting

Posted by Jeff Jensen <je...@nospam.visi.com>.
http://jira.codehaus.org/browse/MNG-426

Thanks Brett.


-----Original Message-----
From: Brett Porter [mailto:brett.porter@gmail.com] 
Sent: Sunday, May 22, 2005 11:21 PM
To: Maven Users List
Subject: Re: [m2] Max mem setting

Sounds like a good idea. You could request it in JIRA.

At the very least, you should be able to do this:

<plugin>
  ..
  <configuration>
    <maxMemorySetting>${myprofile.maxMemorySetting}</maxMemorySetting>

- Brett

On 5/23/05, Jeff Jensen <je...@nospam.visi.com> wrote:
> Will Maven 2 have a centralized setting for the max memory setting, 
> that all plugins launching a new JVM would respect/use?
> 
> With time spent repeatedly running, researching, and configuring some 
> plugins to not have "Out of Memory" errors, it now seems silly not to 
> add this kind of feature in the revolutionary vs evolutionary Maven 2!  
> :-)
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2] Max mem setting

Posted by Brett Porter <br...@gmail.com>.
Sounds like a good idea. You could request it in JIRA.

At the very least, you should be able to do this:

<plugin>
  ..
  <configuration>
    <maxMemorySetting>${myprofile.maxMemorySetting}</maxMemorySetting>

- Brett

On 5/23/05, Jeff Jensen <je...@nospam.visi.com> wrote:
> Will Maven 2 have a centralized setting for the max memory setting, that all
> plugins launching a new JVM would respect/use?
> 
> With time spent repeatedly running, researching, and configuring some
> plugins to not have "Out of Memory" errors, it now seems silly not to add
> this kind of feature in the revolutionary vs evolutionary Maven 2!  :-)
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org