Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Debug and Run Configurations Speed Varies
Debug and Run Configurations Speed Varies [message #57132] Fri, 13 June 2003 21:39 Go to next message
Eclipse UserFriend
Originally posted by: vnssoftware.myway.com

Hi,
The same application takes less than a minute when doing Run>Run..It takes
more than 5 minutes when doing Debug>Debug..(that is in debug mode)
Why? PLEASE HELP OTHERWISE ALL MY EFFORTS TO GET ECLIPSE FOR DEBUGGING
WILL BE OF NO USE SINCE I CANNOT DEBUG WITH SUCH SLOW SPEED!

Thanks...
Re:INFO ADDED Debug and Run Configurations Speed Varies [message #57188 is a reply to message #57132] Fri, 13 June 2003 22:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: vnssoftware.myway.com

vns wrote:

> Hi,
> The same application takes less than a minute when doing Run>Run..It takes
> more than 5 minutes when doing Debug>Debug..(that is in debug mode)
> Why? PLEASE HELP OTHERWISE ALL MY EFFORTS TO GET ECLIPSE FOR DEBUGGING
> WILL BE OF NO USE SINCE I CANNOT DEBUG WITH SUCH SLOW SPEED!

> Thanks...

Just for info sake-
I am using Eclipse 2.1
JDK from Sun 1.3.1

Thanks...
Re:INFO ADDED Debug and Run Configurations Speed Varies [message #57521 is a reply to message #57188] Sat, 14 June 2003 15:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pdrolet.mac.com

>> PLEASE HELP OTHERWISE ALL MY EFFORTS TO GET ECLIPSE FOR DEBUGGING
>> WILL BE OF NO USE SINCE I CANNOT DEBUG WITH SUCH SLOW SPEED!
No need to shout your needs....

Increase the memory of the JVM.

On MacOsX I modified -vm in the info.plist of Eclipse to have -Xms90M
and -Xmx250M. It incresed the speed a lot.


Patrice Drolet
Re: INFO ADDED Debug and Run Configurations Speed Varies [message #57967 is a reply to message #57521] Mon, 16 June 2003 00:25 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: vnssoftware.myway.com

Patrice Drolet wrote:

> >> PLEASE HELP OTHERWISE ALL MY EFFORTS TO GET ECLIPSE FOR DEBUGGING
> >> WILL BE OF NO USE SINCE I CANNOT DEBUG WITH SUCH SLOW SPEED!
> No need to shout your needs....

> Increase the memory of the JVM.

> On MacOsX I modified -vm in the info.plist of Eclipse to have -Xms90M
> and -Xmx250M. It incresed the speed a lot.

I am on Windows 2000. Is info.plist present there?
Can there be any other reason for this difference. Is Memory Requirement
for Run and debug configurations so different? Thanks.....
Re: INFO ADDED Debug and Run Configurations Speed Varies [message #58015 is a reply to message #57967] Mon, 16 June 2003 00:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pdrolet.mac.com

>> Increase the memory of the JVM.
>
>> On MacOsX I modified -vm in the info.plist of Eclipse to have -
>> Xms90M and -Xmx250M. It incresed the speed a lot.
>
> I am on Windows 2000. Is info.plist present there?
> Can there be any other reason for this difference. Is Memory
> Requirement for Run and debug configurations so different? Thanks.....
>

On Windows 2000... I do not know. Somebody can certainly helps here.

I know that on Macosx, if I debug it is faster when I increase the
memory of the JVM.


Patrice Drolet
Re: INFO ADDED Debug and Run Configurations Speed Varies [message #58039 is a reply to message #58015] Mon, 16 June 2003 01:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: vnssoftware.myway.com

Patrice Drolet wrote:

> >> Increase the memory of the JVM.
> >
> >> On MacOsX I modified -vm in the info.plist of Eclipse to have -
> >> Xms90M and -Xmx250M. It incresed the speed a lot.
> >
> > I am on Windows 2000. Is info.plist present there?
> > Can there be any other reason for this difference. Is Memory
> > Requirement for Run and debug configurations so different? Thanks.....
> >

Can Hotspot / Classic version help in debugging with jdk 1.3.1
Should I be passing -classic parameter in the command line options?
Thanks once again for help....
Re: INFO ADDED Debug and Run Configurations Speed Varies [message #58089 is a reply to message #57967] Mon, 16 June 2003 02:11 Go to previous message
Eclipse UserFriend
Originally posted by: bob.objfac.com

Don't look for other reasons until you've tried more memory.

If you're on Win2K, and you're starting Eclipse by double-click, make a
shortcut. Then right-click the shortcut > Properties and enter the Target as

G:\eclipse\eclipse.exe -vmargs -Xmx256MB

adjusting the path to fit your configuration.

Bob


"vns" <vnssoftware@myway.com> wrote in message
news:bcj2pa$2fb$1@rogue.oti.com...
> Patrice Drolet wrote:
>
> > >> PLEASE HELP OTHERWISE ALL MY EFFORTS TO GET ECLIPSE FOR DEBUGGING
> > >> WILL BE OF NO USE SINCE I CANNOT DEBUG WITH SUCH SLOW SPEED!
> > No need to shout your needs....
>
> > Increase the memory of the JVM.
>
> > On MacOsX I modified -vm in the info.plist of Eclipse to have -Xms90M
> > and -Xmx250M. It incresed the speed a lot.
>
> I am on Windows 2000. Is info.plist present there?
> Can there be any other reason for this difference. Is Memory Requirement
> for Run and debug configurations so different? Thanks.....
>
>
>
>
>
>
>
>
>
Previous Topic:-> Plugin referrences Project
Next Topic:workingset enhancement
Goto Forum:
  


Current Time: Sun Jun 30 00:28:55 GMT 2024

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

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

Back to the top