You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@buildr.apache.org by "RICHT, RYAN JERRY (AG/1005)" <ry...@monsanto.com> on 2011/07/22 16:05:36 UTC

Passing args to Testing JVM?

Dear Buildrs,

Does anyone know how to pass arguments to the JVM that runs the tests? I need more heap for one of our tests.

This doesn't seem to have any effect:

test.using(:scalatest, :java_args => '-Xmx2g')

But it also doesn't error...

Adding it in test.with() does throw an error.

Any ideas?

Thank you all!

Ryan Richt
Genome Integration Lead
Monsanto
This e-mail message may contain privileged and/or confidential information, and is intended to be received only by persons entitled
to receive such information. If you have received this e-mail in error, please notify the sender immediately. Please delete it and
all attachments from any servers, hard drives or any other media. Other use of this e-mail by you is strictly prohibited.

All e-mails and attachments sent and received are subject to monitoring, reading and archival by Monsanto, including its
subsidiaries. The recipient of this e-mail is solely responsible for checking for the presence of "Viruses" or other "Malware".
Monsanto, along with its subsidiaries, accepts no liability for any damage caused by any such code transmitted by or accompanying
this e-mail or any attachment.


The information contained in this email may be subject to the export control laws and regulations of the United States, potentially
including but not limited to the Export Administration Regulations (EAR) and sanctions regulations issued by the U.S. Department of
Treasury, Office of Foreign Asset Controls (OFAC).  As a recipient of this information you are obligated to comply with all
applicable U.S. export laws and regulations.


Re: Passing args to Testing JVM?

Posted by "RICHT, RYAN JERRY (AG/1005)" <ry...@monsanto.com>.
That did indeed work, Thanks Alex!

Maybe that means :java_args doesnt get passed correctly to the JVM that runs the tests

ryan


On Jul 22, 2011, at 10:04 AM, Alex Boisvert wrote:

> Hi Ryan,
> 
> I'll need to check/test if the :java_args parameter works correctly...
> though I know adding the following to your buildfile should work, e.g.,
> 
> ENV["JAVA_OPTS"] ||= "-XX:MaxPermSize=256m -Xms512m -Xmx1524m
> -XX:MaxPermSize=256m -Xss5M -server -Xverify:none"
> 
> alex
> 
> On Fri, Jul 22, 2011 at 7:05 AM, RICHT, RYAN JERRY (AG/1005) <
> ryan.jerry.richt@monsanto.com> wrote:
> 
>> Dear Buildrs,
>> 
>> Does anyone know how to pass arguments to the JVM that runs the tests? I
>> need more heap for one of our tests.
>> 
>> This doesn't seem to have any effect:
>> 
>> test.using(:scalatest, :java_args => '-Xmx2g')
>> 
>> But it also doesn't error...
>> 
>> Adding it in test.with() does throw an error.
>> 
>> Any ideas?
>> 
>> Thank you all!
>> 
>> Ryan Richt
>> Genome Integration Lead
>> Monsanto
>> This e-mail message may contain privileged and/or confidential information,
>> and is intended to be received only by persons entitled
>> to receive such information. If you have received this e-mail in error,
>> please notify the sender immediately. Please delete it and
>> all attachments from any servers, hard drives or any other media. Other use
>> of this e-mail by you is strictly prohibited.
>> 
>> All e-mails and attachments sent and received are subject to monitoring,
>> reading and archival by Monsanto, including its
>> subsidiaries. The recipient of this e-mail is solely responsible for
>> checking for the presence of "Viruses" or other "Malware".
>> Monsanto, along with its subsidiaries, accepts no liability for any damage
>> caused by any such code transmitted by or accompanying
>> this e-mail or any attachment.
>> 
>> 
>> The information contained in this email may be subject to the export
>> control laws and regulations of the United States, potentially
>> including but not limited to the Export Administration Regulations (EAR)
>> and sanctions regulations issued by the U.S. Department of
>> Treasury, Office of Foreign Asset Controls (OFAC).  As a recipient of this
>> information you are obligated to comply with all
>> applicable U.S. export laws and regulations.
>> 
>> 


Re: Passing args to Testing JVM?

Posted by Alex Boisvert <al...@gmail.com>.
Hi Ryan,

I'll need to check/test if the :java_args parameter works correctly...
though I know adding the following to your buildfile should work, e.g.,

ENV["JAVA_OPTS"] ||= "-XX:MaxPermSize=256m -Xms512m -Xmx1524m
-XX:MaxPermSize=256m -Xss5M -server -Xverify:none"

alex

On Fri, Jul 22, 2011 at 7:05 AM, RICHT, RYAN JERRY (AG/1005) <
ryan.jerry.richt@monsanto.com> wrote:

> Dear Buildrs,
>
> Does anyone know how to pass arguments to the JVM that runs the tests? I
> need more heap for one of our tests.
>
> This doesn't seem to have any effect:
>
> test.using(:scalatest, :java_args => '-Xmx2g')
>
> But it also doesn't error...
>
> Adding it in test.with() does throw an error.
>
> Any ideas?
>
> Thank you all!
>
> Ryan Richt
> Genome Integration Lead
> Monsanto
> This e-mail message may contain privileged and/or confidential information,
> and is intended to be received only by persons entitled
> to receive such information. If you have received this e-mail in error,
> please notify the sender immediately. Please delete it and
> all attachments from any servers, hard drives or any other media. Other use
> of this e-mail by you is strictly prohibited.
>
> All e-mails and attachments sent and received are subject to monitoring,
> reading and archival by Monsanto, including its
> subsidiaries. The recipient of this e-mail is solely responsible for
> checking for the presence of "Viruses" or other "Malware".
> Monsanto, along with its subsidiaries, accepts no liability for any damage
> caused by any such code transmitted by or accompanying
> this e-mail or any attachment.
>
>
> The information contained in this email may be subject to the export
> control laws and regulations of the United States, potentially
> including but not limited to the Export Administration Regulations (EAR)
> and sanctions regulations issued by the U.S. Department of
> Treasury, Office of Foreign Asset Controls (OFAC).  As a recipient of this
> information you are obligated to comply with all
> applicable U.S. export laws and regulations.
>
>