You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "David C. Hicks" <dh...@i-hicks.org> on 2008/11/24 20:36:02 UTC

Jetty Plugin Heap Size

Is there a way to control the heap size for the Jetty Plugin?  I've been 
looking, but I don't see anything.

Thanks,
Dave


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


Re: Jetty Plugin Heap Size

Posted by Gabriele Columbro <g....@sourcesense.com>.
As a fast copy paste example,
this is the line I use for running my Alfresco Maven powered projects (a
70MB webapp):

MAVEN_OPTS="-Xms256m -Xmx512m -XX:PermSize=128m" mvn jetty:run

HTH,
Gab

2008/11/26 Brett Porter <br...@apache.org>

> It runs within the same VM, so the standard MAVEN_OPTS variable used before
> Maven works.
>
> - Brett
>
>
> On 25/11/2008, at 6:36 AM, David C. Hicks wrote:
>
>  Is there a way to control the heap size for the Jetty Plugin?  I've been
>> looking, but I don't see anything.
>>
>> Thanks,
>> Dave
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
> --
> Brett Porter
> brett@apache.org
> http://blogs.exist.com/bporter/
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
Gabriele Columbro
Alfresco ECM Product Strategy Consultant
+31 627 565 103
Sourcesense - Making sense of open Source (http://www.sourcesense.com)

Re: Jetty Plugin Heap Size

Posted by Brett Porter <br...@apache.org>.
It runs within the same VM, so the standard MAVEN_OPTS variable used  
before Maven works.

- Brett

On 25/11/2008, at 6:36 AM, David C. Hicks wrote:

> Is there a way to control the heap size for the Jetty Plugin?  I've  
> been looking, but I don't see anything.
>
> Thanks,
> Dave
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


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