You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Baz <ba...@gmail.com> on 2007/08/07 01:19:27 UTC

How to increase the memory usage for mvn?

Hi,

How can i increase the memory usage for mvn? Like using ANT, there is an
option for that right?

Thanks.

A.

RE: [***POSSIBLE SPAM***] - Re: How to increase the memory usage for mvn? - Email has different SMTP TO: and MIME TO: fields in the email addresses

Posted by William Ferguson <Wi...@yarris.com>.
That' should be fine.

Mvn.bat is just a batch file.
So as long as you don't override them in there (which Maven doesn't by
default) you'll be ok.

William

-----Original Message-----
From: Baz [mailto:baztheman@gmail.com] 
Sent: Wednesday, 8 August 2007 2:05 PM
To: Maven Users List
Subject: [***POSSIBLE SPAM***] - Re: How to increase the memory usage
for mvn? - Email has different SMTP TO: and MIME TO: fields in the email
addresses

Can i set MAVEN_OPTS in system variables instead of mvn.bat? Is there
any problems with it?

On 8/6/07, William Ferguson <Wi...@yarris.com> wrote:
>
> From mvn.bat:
>
> @REM MAVEN_OPTS - parameters passed to the Java VM when running Maven
>
> Eg
> set MAVEN_OPTS=-Xmx1024m
>
> William
>
> -----Original Message-----
> From: Baz [mailto:baztheman@gmail.com]
> Sent: Tuesday, 7 August 2007 9:19 AM
> To: Maven Users List
> Subject: [***POSSIBLE SPAM***] - How to increase the memory usage for 
> mvn? - Email has different SMTP TO: and MIME TO: fields in the email 
> addresses
>
> Hi,
>
> How can i increase the memory usage for mvn? Like using ANT, there is 
> an option for that right?
>
> Thanks.
>
> A.
>
> ---------------------------------------------------------------------
> 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: How to increase the memory usage for mvn?

Posted by "Murugan, Vellaichamy" <ve...@firstam.com>.
You can set it there also. No problem. And include in this line.
%MAVEN_JAVA_EXE% %ANT_OPTS% %MAVEN_OPTS%
Best Regard's
Murugan

-----Original Message-----
From: Baz [mailto:baztheman@gmail.com] 
Sent: Wednesday, August 08, 2007 9:35 AM
To: Maven Users List
Subject: Re: How to increase the memory usage for mvn?

Can i set MAVEN_OPTS in system variables instead of mvn.bat? Is there
any
problems with it?

On 8/6/07, William Ferguson <Wi...@yarris.com> wrote:
>
> From mvn.bat:
>
> @REM MAVEN_OPTS - parameters passed to the Java VM when running Maven
>
> Eg
> set MAVEN_OPTS=-Xmx1024m
>
> William
>
> -----Original Message-----
> From: Baz [mailto:baztheman@gmail.com]
> Sent: Tuesday, 7 August 2007 9:19 AM
> To: Maven Users List
> Subject: [***POSSIBLE SPAM***] - How to increase the memory usage for
> mvn? - Email has different SMTP TO: and MIME TO: fields in the email
> addresses
>
> Hi,
>
> How can i increase the memory usage for mvn? Like using ANT, there is
an
> option for that right?
>
> Thanks.
>
> A.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
**********************************************************************
This message contains confidential information intended only for the use of the addressee(s) named above and may contain information that is legally privileged.  If you are not the addressee, or the person responsible for delivering it to the addressee, you are hereby notified that reading, disseminating, distributing or copying this message is strictly prohibited.  If you have received this message by mistake, please immediately notify us by replying to the message and delete the original message immediately thereafter.

Thank you.

                                   FADLD Tag
**********************************************************************


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


Re: How to increase the memory usage for mvn?

Posted by Baz <ba...@gmail.com>.
Can i set MAVEN_OPTS in system variables instead of mvn.bat? Is there any
problems with it?

On 8/6/07, William Ferguson <Wi...@yarris.com> wrote:
>
> From mvn.bat:
>
> @REM MAVEN_OPTS - parameters passed to the Java VM when running Maven
>
> Eg
> set MAVEN_OPTS=-Xmx1024m
>
> William
>
> -----Original Message-----
> From: Baz [mailto:baztheman@gmail.com]
> Sent: Tuesday, 7 August 2007 9:19 AM
> To: Maven Users List
> Subject: [***POSSIBLE SPAM***] - How to increase the memory usage for
> mvn? - Email has different SMTP TO: and MIME TO: fields in the email
> addresses
>
> Hi,
>
> How can i increase the memory usage for mvn? Like using ANT, there is an
> option for that right?
>
> Thanks.
>
> A.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: How to increase the memory usage for mvn?

Posted by William Ferguson <Wi...@yarris.com>.
>From mvn.bat:

@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven

Eg
set MAVEN_OPTS=-Xmx1024m 

William

-----Original Message-----
From: Baz [mailto:baztheman@gmail.com] 
Sent: Tuesday, 7 August 2007 9:19 AM
To: Maven Users List
Subject: [***POSSIBLE SPAM***] - How to increase the memory usage for
mvn? - Email has different SMTP TO: and MIME TO: fields in the email
addresses

Hi,

How can i increase the memory usage for mvn? Like using ANT, there is an
option for that right?

Thanks.

A.

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


Re: How to increase the memory usage for mvn?

Posted by Ro...@toyota.com.au.
You could set MAVEN_OPTS environment variable in your shell.

e.g.,

set MAVEN_OPTS=-Xmx512M

Cheers,
rOnn c.




Baz <ba...@gmail.com> 
08/07/2007 09:19 AM
Please respond to
"Maven Users List" <us...@maven.apache.org>


To
"Maven Users List" <us...@maven.apache.org>
cc

Subject
How to increase the memory usage for mvn?






Hi,

How can i increase the memory usage for mvn? Like using ANT, there is an
option for that right?

Thanks.

A.


######################################################################
DISCLAIMER:
This email and any attachment may contain confidential information.
If you are not the intended recipient you are not authorized to copy
or disclose all or any part of it without the prior written consent
of Toyota.

Opinions expressed in this email and any attachments are those of the
sender and not necessarily the opinions of Toyota.
Please scan this email and any attachment(s) for viruses.
Toyota does not accept any responsibility for problems caused by
viruses, whether it is Toyota's fault or not.
######################################################################