Re: Jetty Plugin Heap Size

2008-11-26 Thread Gabriele Columbro
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 <[EMAIL PROTECTED]>

> 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: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> --
> Brett Porter
> [EMAIL PROTECTED]
> http://blogs.exist.com/bporter/
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
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

2008-11-26 Thread Brett Porter
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Jetty Plugin Heap Size

2008-11-24 Thread David C. Hicks
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]