Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Execute Tasks Only Once(eclipse.ini Value is repeatedly overwritten by Oomph)
Execute Tasks Only Once [message #1770347] Thu, 10 August 2017 08:57 Go to next message
David Hofmann is currently offline David HofmannFriend
Messages: 25
Registered: March 2017
Junior Member
Hi all,

we are using a custom setup catalog, which contains an eclipse.ini Task setting the maximum heap size to 1G, which is meant to be a default setting.

<setupTask
      xsi:type="setup:EclipseIniTask"
      id="heap"
      option="-Xmx"
      value="1G"
      vm="true">
    <description>Sets the Maximum Heap Size</description>
  </setupTask>


Most users adjust this value after the installation to a higher value. However, after starting the product again, the value is reset to 1G by Oomph. How can I configure this setup task to be executed only once during the installation, and not anymore when the product is started?

Thanks and best regards
David
Re: Execute Tasks Only Once [message #1770371 is a reply to message #1770347] Thu, 10 August 2017 12:46 Go to previous messageGo to next message
Ed Merks is currently online Ed MerksFriend
Messages: 33139
Registered: July 2009
Senior Member
You can't configure it to perform only once in general, but via the advanced properties you can set the triggers to be only BOOTSTRAP and then it will perform only once when initially creating the installation. I think 1G is pretty small on a modern computer with a 64 bit JVM.

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Execute Tasks Only Once [message #1770429 is a reply to message #1770371] Fri, 11 August 2017 08:59 Go to previous message
David Hofmann is currently offline David HofmannFriend
Messages: 25
Registered: March 2017
Junior Member
Thank you Ed, I was not aware of the advanced properties. For those who need to configure the triggers: Advanced properties must be activated in the upper right of the properties view. Now everything works as expected :)
Previous Topic:Provisioning errors caused by a special character in a proxy password
Next Topic:Adding to git clone location choice
Goto Forum:
  


Current Time: Tue Apr 23 08:05:11 GMT 2024

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

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

Back to the top