Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Runtime Issues(Runtime differs from external Program and Eclipse)
Runtime Issues [message #1061233] Thu, 30 May 2013 16:00
sid the is currently offline sid theFriend
Messages: 1
Registered: May 2013
Junior Member
Hi all,

i am doing some runtime tests with eclipse. I programmed a Java API to use the mathematical program Gams. I am trying to solve a mathematical problem with different input values, comparing their runtime.
I find that there must be something wrong.

In eclipse i am using the API.jar provided from gams to solve the problem. Only solving it in Gams program itself always yields faster runtimes. Doing a test with many examples the runtime differences are up to 1000%.

So i am suspecting that this might be caused by memory allocation.
my eclipse ini looks like this:

--launcher.XXMaxPermSize
2048m
--launcher.defaultAction
openFile
-vmargs
-Xms40m
-Xmx2048m


Any ideas why this happens?

Greetings
Max
Previous Topic:Eclipse locks up when trying to launch web browser
Next Topic:Perforce Plugin issue for Eclipse 4.2 (JUNO)
Goto Forum:
  


Current Time: Fri Apr 26 20:01:55 GMT 2024

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

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

Back to the top