Skip to main content



      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 07:32 Go to next message
Eclipse UserFriend
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 07:34] by Moderator

Re: Memory Settings for AUT VM [message #1708497 is a reply to message #1707104] Thu, 17 September 2015 03:39 Go to previous messageGo to next message
Eclipse UserFriend
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 05:44 Go to previous message
Eclipse UserFriend
Hello,

This is not an expected behaviour, I've created a bug about it in bugzilla.
I'll write here once it is fixed.
Previous Topic:recording popup dialogs
Next Topic:Custom Contexts
Goto Forum:
  


Current Time: Mon Jun 23 02:59:51 EDT 2025

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

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

Back to the top