Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Memory Settings for AUT VM(How to setup the AUT VM memory settings)
Memory Settings for AUT VM [message #1707104] Wed, 02 September 2015 11:32 Go to next message
Markus Farnung is currently offline Markus FarnungFriend
Messages: 6
Registered: June 2015
Junior Member
Hello,

I wanted to modify the max size of the memory settings for the AUT VM.

Therefore I added the following settings in the pom file:

<aut>
<explicit>${aut-url}</explicit>
<vmArgs>
<vmArg>-Xmx2048m</vmArg>
<vmArg>-XX:MaxPermSize=512m</vmArg>
</vmArgs>
</aut>

But if I start the runner I see that the setting -Xmx is listed twice as AUT VM arguments. The first setting is wrong. Why is -Xmx listed twice and which of both values is used? How can I fix the problem?

See the following screenshot:
index.php/fa/23098/0/

[Updated on: Wed, 02 September 2015 11:34]

Report message to a moderator

Re: Memory Settings for AUT VM [message #1708497 is a reply to message #1707104] Thu, 17 September 2015 07:39 Go to previous messageGo to next message
Joseph Benavides is currently offline Joseph BenavidesFriend
Messages: 47
Registered: February 2015
Member
most likely because it will use the default args for the runner and use the one you defined for the AUT. From my experience, it will use the last argument that one was defined. hope that helps.

you could also just set the arguments in the runner's vmArgs instead.
Re: Memory Settings for AUT VM [message #1709409 is a reply to message #1708497] Mon, 28 September 2015 09:44 Go to previous message
Olga Yurchuk is currently offline Olga YurchukFriend
Messages: 245
Registered: September 2014
Senior Member

Hello,

This is not an expected behaviour, I've created a bug about it in bugzilla.
I'll write here once it is fixed.


Yours sincerely,
Olga.
Previous Topic:recording popup dialogs
Next Topic:Custom Contexts
Goto Forum:
  


Current Time: Fri Apr 26 10:52:07 GMT 2024

Powered by FUDForum. Page generated in 0.03522 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top