Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Eclipse 4.2 GUI is very slow
icon4.gif  Eclipse 4.2 GUI is very slow [message #894739] Tue, 10 July 2012 10:29 Go to next message
Enrico R. is currently offline Enrico R.Friend
Messages: 45
Registered: July 2009
Location: Germany
Member

Hello,

i'm using Eclipse 4.2 on Windows 7 64Bit with Java 1.7u5 64Bit and I think AND see that the GUI takes a long time to refresh themselves. It takes to long before a file gets opened in the editor. Thats not only on the JDT editor its on every view/editor!

I have tried to use the other themes but nothing changed...the GUI is very sluggish!

I know some performance problems occurs if you have a lot of plugins installed but i have tested it with the same plugins on Eclipse 3.8 and i cant determine this GUI-slownes there.

Is it possible to activate a native look&feel like in Eclipse 3.8 ?

Thanks!
Re: Eclipse 4.2 GUI is very slow [message #894768 is a reply to message #894739] Tue, 10 July 2012 13:00 Go to previous messageGo to next message
tester tester is currently offline tester testerFriend
Messages: 8
Registered: July 2012
Junior Member
I totally second that. My initial happiness regarding the visually attractive GUI completely vanished after realizing how everything takes 2-4 times longer, even simple things like opening a Tab...

Sad
Re: Eclipse 4.2 GUI is very slow [message #894773 is a reply to message #894768] Tue, 10 July 2012 13:16 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
What's your operating system? I'm on Mac and Windows and though 4.x is a
bit slower than 3.x I don't really notice this. From a performance PoV
the classic theme should perform best because it doesn't has to draw
shadows, ... .

Tom

Am 10.07.12 15:00, schrieb tester tester:
> I totally second that. My initial happiness regarding the visually
> attractive GUI completely vanished after realizing how everything takes
> 2-4 times longer, even simple things like opening a Tab...
>
> :(
Re: Eclipse 4.2 GUI is very slow [message #894792 is a reply to message #894773] Tue, 10 July 2012 14:31 Go to previous messageGo to next message
Eclipse UserFriend
Also disabling animations in the appearance preferences helps.
Re: Eclipse 4.2 GUI is very slow [message #895615 is a reply to message #894792] Fri, 13 July 2012 19:47 Go to previous messageGo to next message
Ryan Pollock is currently offline Ryan PollockFriend
Messages: 1
Registered: July 2012
Junior Member
Oh man, I can't agree more! I was just switching between editor tabs and it was like 2-3 seconds delay between switches. On Win7 64 bit. Also the maven plugin especially seems reallllllly slow. Editing pom files and switching back and forth was an exercise in frustration.
Re: Eclipse 4.2 GUI is very slow [message #895619 is a reply to message #895615] Fri, 13 July 2012 20:09 Go to previous messageGo to next message
Enrico R. is currently offline Enrico R.Friend
Messages: 45
Registered: July 2009
Location: Germany
Member

Thanks Thomas for this "hidden" tip with the shadows. Smile

I have add or edit "swt-shadow-visible: false;" to all CSS statemants at "e4_basestyle.css" and "e4_default_win7.css" found at "\plugins\org.eclipse.platform_4.2.0.v201206081400\css" but improvements are not really noticeable...a little bit but not really.
Also animations were already disabled all the time.

BTW: Sorry for my poor english I speak primarily german and i hope you guys understand what I write here.

best regards...
Rico
Re: Eclipse 4.2 GUI is very slow [message #896660 is a reply to message #894739] Thu, 19 July 2012 10:17 Go to previous messageGo to next message
tester tester is currently offline tester testerFriend
Messages: 8
Registered: July 2012
Junior Member
Changing the Appearance into "Classic" (Preferences->General->Appearance) seems indeed to speed up Eclipse again. I still find it strange how the new theme can slow down the UI so much... Now it's back to the old (ugly) style Sad
Re: Eclipse 4.2 GUI is very slow [message #896690 is a reply to message #896660] Thu, 19 July 2012 12:00 Go to previous messageGo to next message
Mario Marinato is currently offline Mario MarinatoFriend
Messages: 38
Registered: March 2011
Location: Brazil
Member
I noticed it too. My Juno got faster when I added this to my eclipse.ini file:

-vmargs
-Xms512m
-Xmx1024m


Mário Marinato
From Brazil
icon14.gif  Re: Eclipse 4.2 GUI is very slow [message #896876 is a reply to message #894739] Fri, 20 July 2012 09:04 Go to previous messageGo to next message
tester tester is currently offline tester testerFriend
Messages: 8
Registered: July 2012
Junior Member
Thanks a lot, this resulted in a remarkable faster UI despite the new theme.
Re: Eclipse 4.2 GUI is very slow [message #896880 is a reply to message #896876] Fri, 20 July 2012 09:15 Go to previous messageGo to next message
Eclipse UserFriend
Maybe this vm thing is why I couldn't understand people complaining about performance.

First thing I do with any eclipse install is tune the vm. Having become a habit I thought people would tune the vm by default. I mean the default has 512 Megs.
One might think "Oh well in Indigo it wasn't needed." Well I guess it's like pc games: Games advance, and so should your graphics card Smile

I give 2 gigs on a 3 gig ram and don't find it noticeably slow.
Re: Eclipse 4.2 GUI is very slow [message #896925 is a reply to message #896880] Fri, 20 July 2012 13:04 Go to previous messageGo to next message
Enrico R. is currently offline Enrico R.Friend
Messages: 45
Registered: July 2009
Location: Germany
Member

Sopot Cela wrote on Fri, 20 July 2012 11:15
One might think "Oh well in Indigo it wasn't needed."

It is always needed if you have a bunch of plugins installed! As in my case. Wink

I always tune the eclipse.ini a little with additional parameters. Doing that since I'm using eclipse (since Version 3.3).

--launcher.XXMaxPermSize
1024m
--launcher.defaultAction
openFile
-vm
D:/installed/Java/JDK_1.7.5_64bit/bin/javaw.exe
-vmargs
-Declipse.p2.unsignedPolicy=allow
-Xss4m
-XX:+UnlockExperimentalVMOptions
-Xms1024m
-Xmx2560m
-Dsun.lang.ClassLoader.allowArraySyntax=true

The VM is on a separate HDD as my Eclipse installation.

There are more parameters available and i tried to use them but there are some plugins they have problems with different parameters so I use only those that are really necessary.

But I also think an IDE should be as performant as possible. An IDE ist not a "Game", i really don't need an "eye orgasm" if i open up eclipse.
I need performance like a native UI as in previous versions.

Please, do not get me wrong.
The possibility of customizing via CSS is really amazing but you should have a choice between CSS styling and a native UI.

Thanks.

best regards...
Rico
Re: Eclipse 4.2 GUI is very slow [message #896935 is a reply to message #896925] Fri, 20 July 2012 13:31 Go to previous messageGo to next message
Eclipse UserFriend
Hi Rico. I guess we agree on the tuning then.

The game analogy was not to show that eclipse ide is a game, or eye orgasmic. It meant to show that when a software advances it may need more resources to be exploited effectively, just as Skyrim forced me to get a 1gb nVidia card some time ago. Hope you got my idea.

Also I think there's a bug somewhere tracking the providing of an ability to switch to native. I'll see if I can find it.
Re: Eclipse 4.2 GUI is very slow [message #897683 is a reply to message #896935] Wed, 25 July 2012 06:14 Go to previous messageGo to next message
Raffaele Gambelli is currently offline Raffaele GambelliFriend
Messages: 27
Registered: July 2009
Junior Member
unfortunately I'm gree, Juno is very slow and the bad question is that all the world waited so long this version Crying or Very Sad

I believe that with this version, it is the first time that I would like to come back to an older version o to another IDE

Dear guys, I'm sorry but this is a real software failure...said by eclipse lover and fan

Ubuntu latest release, 4 GB ram, now use classic theme and start Eclipse with 512/1024 vmargs.
My coworkers using windows 64bit state same things...

best regards

Raffaele Gambelli

[Updated on: Wed, 25 July 2012 06:23]

Report message to a moderator

Re: Eclipse 4.2 GUI is very slow [message #897738 is a reply to message #897683] Wed, 25 July 2012 07:50 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Well, on which OS, with which theme?

Yes we are slower in some areas but frankly on my Mac and Windows
(inside VMWare) I can't hardly feel a difference.

What really drives me nuts though is that the MRU feature of tabs is
gone but I can't complain because I could have taken the time to
implement it.

So we need more information what is slow that we can fix it - and we
definately want to fix it.

As a final note: All and everything you can run in Juno 4.2 can be
installed in 3.8 [1] as well. There are no preconfigured distros but you
can simply use the update-manager.

Tom

[1]http://download.eclipse.org/eclipse/downloads/eclipse3x.html

Am 25.07.12 08:14, schrieb Raffaele Gambelli:
> unfortunately I'm gree, Juno is very slow and the bad question is that
> all the world waited so long this version :cry:
> I believe that with this version, it is the first time that I would like
> to come back to an older version o to another IDE
>
> Dear guys, I'msorry but this is a real software failure...
>
> best regards
>
> Raffaele Gambelli
Re: Eclipse 4.2 GUI is very slow [message #898090 is a reply to message #896690] Wed, 25 July 2012 18:46 Go to previous messageGo to next message
Eclipse UserFriend
Don't forget the -server option. I'm mostly using:

-vmargs
-server
-Xms128m
-Xmx768m

I really can't notice any annoying performance degree with v4.2. It feels
really good to me (Win7/x64)!

Regards

Frank
Re: Eclipse 4.2 GUI is very slow [message #898338 is a reply to message #898090] Thu, 26 July 2012 08:51 Go to previous messageGo to next message
Raffaele Gambelli is currently offline Raffaele GambelliFriend
Messages: 27
Registered: July 2009
Junior Member
What is -server option? Could you explain it please, I wasn't able to find it

As I stated, I'm using Ubuntu and it is frustrating switch for example between an xml opened with xml editor and .java opened with java editor, I'm talking about a 50 lines of xml... at least 2/3 seconds to switch...
Layouting views and editor is impossible and very very slow, those green (ugly) lines don't appear when I'm dragging my view or editor to layout them...
Ant view sometimes looses its configuration files and I have to drag them inside view one more time

My coworkers using windows 7 64bit say that using the Windows 7 theme is impossible because of slowness and so all of them switched to Windows 7 classic theme.
I changed my theme too from GTK to classic

I'm talking about computers having good hardware, ram 4GB and modern processors.

Best regards and I hope noone is really thinking that IDE is like game...

IDE is not a game
Re: Eclipse 4.2 GUI is very slow [message #898342 is a reply to message #898338] Thu, 26 July 2012 09:05 Go to previous messageGo to next message
Eclipse UserFriend
Raffaele Gambelli wrote on Thu, 26 July 2012 11:51

I'm talking about computers having good hardware, ram 4GB and modern processors.

Best regards and I hope noone is really thinking that IDE is like game...

IDE is not a game


If you are indirectly referring to my analogy regarding games I really don't see how difficult it is to understand what I really meant. Anyway, if you really think that I think that an IDE is a game then I again tell you that you are way off the truth.

Raffaele Gambelli wrote on Thu, 26 July 2012 11:51

What is -server option? Could you explain it please, I wasn't able to find it


The -server option is an argument given to the JVM while it starts. -server tells the jvm to optimize the overall runtime of the app meanwhile -client tells it to optimize starting time. Generally it is server by default (especially on 64 bit JVMs). You can see how you are running if you do java -version on command line:
Java(TM) SE Runtime Environment (build 1.7.0-b147)
Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)

Re: Eclipse 4.2 GUI is very slow [message #898722 is a reply to message #898342] Fri, 27 July 2012 10:56 Go to previous messageGo to next message
tester tester is currently offline tester testerFriend
Messages: 8
Registered: July 2012
Junior Member
While the additional ram helped a bit, it still remains noticeable slower than previous versions. And yes, exactly that switching between tabs of xml (e.g. poms) and java files are very annoying. And yeah, I am also talking of Quad 2.5Ghz+ with 4gig ram.

That said, it's not that previous Eclipse versions were Speedy Gonzalez anyways. Imo the reason lies in the SWT toolkit which is basically a tortoise anyways. People always tried to convince me how fast and performant SWT was compared to e.g. Swing, but I never experienced it that way. I really don't know where people got that illusion. I'd probably need to check out Netbeans if I have time.

Besides, I agree an IDE is not a game which needs to be colorful and sparkle, but the new theme gave me at least something nice and clean to look at compared to the previous versions.

Guess I gotta live with it. It's not that I expect performance to be increased magically...
Re: Eclipse 4.2 GUI is very slow [message #898726 is a reply to message #898722] Fri, 27 July 2012 11:18 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Just to make sure I understand.

Is it slow:
a) when switching only between Java-Files
b) when switching between XML and Java-Files

If a) is fast and b) is slow this would indicate that the bottleneck is
e.g. the updating of the toolbar, ... .

Tom

Am 27.07.12 12:56, schrieb tester tester:
> While the additional ram helped a bit, it still remains noticeable
> slower than previous versions. And yes, exactly that switching between
> tabs of xml (e.g. poms) and java files are very annoying. And yeah, I am
> also talking of Quad 2.5Ghz+ with 4gig ram.
> That said, it's not that previous Eclipse versions were Speedy Gonzalez
> anyways. Imo the reason lies in the SWT toolkit which is basically a
> tortoise anyways. People always tried to convince me how fast and
> performant SWT was compared to e.g. Swing, but I never experienced it
> that way. I really don't know where people got that illusion. I'd
> probably need to check out Netbeans if I have time.
>
> Besides, I agree an IDE is not a game which needs to be colorful and
> sparkle, but the new theme gave me at least something nice and clean to
> look at compared to the previous versions.
>
> Guess I gotta live with it. It's not that I expect performance to be
> increased magically...
Re: Eclipse 4.2 GUI is very slow [message #898738 is a reply to message #898726] Fri, 27 July 2012 11:57 Go to previous messageGo to next message
Enrico R. is currently offline Enrico R.Friend
Messages: 45
Registered: July 2009
Location: Germany
Member

About point "a":
Switching between Java-Files is faster than switching between Java & XML
Files AND switching between Java-Files is even faster with closed
Outline-View (not just minimized, completely closed!).
With closed Outline-View it is really significant.

About point "b": Right. I can confirm that.

I'm running also on a Core2Quad @ 2,7 GHz with 6GB of RAM and a
8800GTS-320 Nvidia Videocard.

Rico

Am 27.07.2012 13:18, schrieb Tom Schindl:
> Just to make sure I understand.
>
> Is it slow:
> a) when switching only between Java-Files
> b) when switching between XML and Java-Files
>
> If a) is fast and b) is slow this would indicate that the bottleneck is
> e.g. the updating of the toolbar, ... .
>
> Tom
Re: Eclipse 4.2 GUI is very slow [message #899876 is a reply to message #898726] Thu, 02 August 2012 17:06 Go to previous messageGo to next message
Chris Stankevitz is currently offline Chris StankevitzFriend
Messages: 52
Registered: September 2011
Member
Thomas Schindl wrote on Fri, 27 July 2012 07:18

a) when switching only between Java-Files
b) when switching between XML and Java-Files


I have been using eclipse to write c code for about 6 months and just switched from indigo to juno. I have never used eclipse to edit an XML or java file. That said...

c) GUI response is slow in juno when switching among .cpp files
AND
d) GUI response is slow in juno when opening and closing various Eclipse dialogs (e.g. "Open Resource")

It seems the GUI is just generally slow all around. The following changes made it run a little faster though, but it remains just slow enough to annoy a "power user" who spends 40 hours of week using Eclipse to write code:
- change theme to "classic"
- disable "animations"
- switch from icedtea jdk to oracle 1.7 jdk
- Xms512m & Xmx1024m (whatever that means)


Thank you!

Chris

PS: I'm running on gentoo 64 bit, 16 GB RAM, i7-2820QM CPU @ 2.30GHz

Re: Eclipse 4.2 GUI is very slow [message #900109 is a reply to message #899876] Sat, 04 August 2012 05:48 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Am 02.08.12 19:06, schrieb Chris Stankevitz:
> Thomas Schindl wrote on Fri, 27 July 2012 07:18
>> a) when switching only between Java-Files
>> b) when switching between XML and Java-Files
>
>
> I have been using eclipse to write c code for about 6 months and just
> switched from indigo to juno. I have never used eclipse to edit an XML
> or java file. That said...
>
> c) GUI response is slow in juno when switching among .cpp files
> AND
> d) GUI response is slow in juno when opening and closing various Eclipse
> dialogs (e.g. "Open Resource")
>
> It seems the GUI is just generally slow all around. The following
> changes made it run a little faster though, but it remains just slow
> enough to annoy a "power user" who spends 40 hours of week using Eclipse
> to write code:
> - change theme to "classic"
> - disable "animations"
> - switch from icedtea jdk to oracle 1.7 jdk
> - Xms512m & Xmx1024m (whatever that means)
>

Did you tried the 3.8 stream? There are no prepackaged distros put you
can you can simply use the update-manager to install CDT.

Tom
Re: Eclipse 4.2 GUI is very slow [message #900719 is a reply to message #900109] Wed, 08 August 2012 09:46 Go to previous messageGo to next message
Christian R. is currently offline Christian R.Friend
Messages: 3
Registered: August 2012
Location: Germany
Junior Member
Hi.

I am new to eclipse. Eclipse also appeared to me very, very slow when switching between 2 tabs.

When I installed eclipse I copied it into c:\program files\eclipse

I think here is the problem.

I have moved eclipse to c:\eclipse\ and now it runs like a rocket.

Don't know. Maybe windows performs extra checks in those program files folders.

Peace Chris

Re: Eclipse 4.2 GUI is very slow [message #900747 is a reply to message #900719] Wed, 08 August 2012 11:41 Go to previous messageGo to next message
Christian R. is currently offline Christian R.Friend
Messages: 3
Registered: August 2012
Location: Germany
Junior Member
Christian R. wrote on Wed, 08 August 2012 11:46
Hi.

I am new to eclipse. Eclipse also appeared to me very, very slow when switching between 2 tabs.

When I installed eclipse I copied it into c:\program files\eclipse

I think here is the problem.

I have moved eclipse to c:\eclipse\ and now it runs like a rocket.

Don't know. Maybe windows performs extra checks in those program files folders.

Peace Chris



I downgraded from 4.2 to 3.8. Now it's even more faster.

Peace Chris
Re: Eclipse 4.2 GUI is very slow [message #901058 is a reply to message #900747] Thu, 09 August 2012 14:58 Go to previous messageGo to next message
Maksym Kit is currently offline Maksym KitFriend
Messages: 1
Registered: August 2012
Junior Member
I can confirm that Juno becomes a way slower than Indigo. I'm using Eclipse for about 4 years and up to Indigo (3.7) it had very good performance on Windows (XP, 32bit, Classic theme), but on Fedora with KDE it was a bit slower (SWT uses GTK which seems slower anyway) however not very noticeable. But Juno (4.2) with Classic theme selected is a pain, because, for example, opening about 30 Java editors and doing Close All takes around 15 seconds on Athlon II 250 @ 3.2GHz with 8 Gb RAM while freezing GUI completely.
Re: Eclipse 4.2 GUI is very slow [message #901065 is a reply to message #901058] Thu, 09 August 2012 15:19 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
This one I can't confirm at least on an Ubuntu (inside a VM) even with
the new theme this is not taking more then say 2-3 seconds which
although still to slow is not that bad.

Tom

Am 09.08.12 16:58, schrieb Maksym Kit:
> I can confirm that Juno becomes a way slower than Indigo. I'm using
> Eclipse for about 4 years and up to Indigo (3.7) it had very good
> performance on Windows (XP, 32bit, Classic theme), but on Fedora with
> KDE it was a bit slower (SWT uses GTK which seems slower anyway) however
> not very noticeable. But Juno (4.2) with Classic theme selected is a
> pain, because, for example, opening about 30 Java editors and doing
> Close All takes around 15 seconds on Athlon II 250 @ 3.2GHz with 8 Gb
> RAM while freezing GUI completely.
Re: Eclipse 4.2 GUI is very slow [message #901645 is a reply to message #901058] Mon, 13 August 2012 19:38 Go to previous messageGo to next message
Karen Butzke is currently offline Karen ButzkeFriend
Messages: 220
Registered: July 2009
Senior Member
I am seeing the same type of problems as Maksym Kit. I have upgraded to Juno on a Windows XP platform. I installed the Eclipse Classic 4.2 Windows 32bit package. I have changed the theme to Windows 7 Classic. For a little info about my workspace, I have about 30 plug-ins and a target platform of the WTP project. I will be switching to 3.8 if this problem annoys me enough, but as a full time Eclipse committer on the WTP Dali project, I clearly have a vested interest in the future of e4!

I opened 20 java files in a Java perspective and it took 60 seconds! Choosing 'Close All' took about 20 seconds. Restarting Eclipse made it take closer to 15 seconds to open 20 java files.

I have attached a jvisualvm snapshot where I opened 30 java files in an empty Java perspective. I also attached a snapshot of closing those same 30 java files. It's hard to know exactly how to narrow the scope in jvisualvm. I have settings:

Start profiling from classes:
org.eclipse.e4.**

Profile only classes:
org.eclipse.ui.*
org.eclipse.e4.*
org.eclipse.core.*

Took a guess based on what I saw in a threaddump. If you need me to profile again with different settings, I am more than happy to do that. I will also let you know if I can reproduce opening 20 files taking 60+ seconds on the UI thread.

Thanks,
Karen
Re: Eclipse 4.2 GUI is very slow [message #902371 is a reply to message #901645] Fri, 17 August 2012 11:26 Go to previous messageGo to next message
edbras Missing name is currently offline edbras Missing nameFriend
Messages: 4
Registered: November 2011
Junior Member
How do I exactly downgrade to the Indigo version?

From the above I understand that you can do this through the update manager.... But how?

- Ed
Re: Eclipse 4.2 GUI is very slow [message #902376 is a reply to message #902371] Fri, 17 August 2012 11:39 Go to previous messageGo to next message
Christian R. is currently offline Christian R.Friend
Messages: 3
Registered: August 2012
Location: Germany
Junior Member
I just deinstalled 4.2 and installed 3.8.

Chris
icon13.gif  Re: Eclipse 4.2 GUI is very slow [message #903531 is a reply to message #894739] Fri, 24 August 2012 07:44 Go to previous messageGo to next message
Raffaele Gambelli is currently offline Raffaele GambelliFriend
Messages: 27
Registered: July 2009
Junior Member
Another big worsening is dragging and dropping views and editors, this feature is not slower....this feature became totally unusable

I continuously ask myself how it was possible get worse one of the best ide solutions present until today...shocked but I'm curious and a bit masochist to wait for next updates...

[Updated on: Fri, 24 August 2012 07:49]

Report message to a moderator

Re: Eclipse 4.2 GUI is very slow [message #903534 is a reply to message #903531] Fri, 24 August 2012 07:57 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
If you describe what is not working and file a bug we can fix it. You
don't specify what your OS is for example. I'm not having any trouble
dragging views/editors on OS-X.

What about you contribute?

Tom

Am 24.08.12 09:44, schrieb Raffaele Gambelli:
> Another big worsening is dragging and dropping views and editors, this
> feature is not slower....this feature became totally unusable
>
> I continuously ask myself how it was possible get worse one of the best
> ide solutions present until today...shocked but I'm curious and a bit
> masochist to wait for next updates...
>
>
Re: Eclipse 4.2 GUI is very slow [message #903539 is a reply to message #903534] Fri, 24 August 2012 08:13 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Just to be crystal clear I'm not saying that all and everything is
perfect and we don't need to improve things but we are trying to fix as
much as possible with the given resources.

Tom

Am 24.08.12 09:57, schrieb Tom Schindl:
> If you describe what is not working and file a bug we can fix it. You
> don't specify what your OS is for example. I'm not having any trouble
> dragging views/editors on OS-X.
>
> What about you contribute?
>
> Tom
>
> Am 24.08.12 09:44, schrieb Raffaele Gambelli:
>> Another big worsening is dragging and dropping views and editors, this
>> feature is not slower....this feature became totally unusable
>>
>> I continuously ask myself how it was possible get worse one of the best
>> ide solutions present until today...shocked but I'm curious and a bit
>> masochist to wait for next updates...
>>
>>
>
Re: Eclipse 4.2 GUI is very slow [message #903614 is a reply to message #903539] Fri, 24 August 2012 14:34 Go to previous messageGo to next message
Johnny Qin is currently offline Johnny QinFriend
Messages: 40
Registered: April 2012
Member
I am using MBP

I agree that 4.x is a bit slower than 3.x but not really noticeable. To me, double-click to maximize editor (i.e. Java Editor) is sometimes about 1 sec slower than 3.x

[Updated on: Fri, 24 August 2012 14:37]

Report message to a moderator

Re: Eclipse 4.2 GUI is very slow [message #908144 is a reply to message #901645] Tue, 04 September 2012 20:31 Go to previous messageGo to next message
Eclipse UserFriend
Karen Butzke wrote on Mon, 13 August 2012 21:38
I am seeing the same type of problems as Maksym Kit. I have upgraded to Juno on a Windows XP platform. I installed the Eclipse Classic 4.2 Windows 32bit package. I have changed the theme to Windows 7 Classic. For a little info about my workspace, I have about 30 plug-ins and a target platform of the WTP project. I will be switching to 3.8 if this problem annoys me enough, but as a full time Eclipse committer on the WTP Dali project, I clearly have a vested interest in the future of e4!

I opened 20 java files in a Java perspective and it took 60 seconds! Choosing 'Close All' took about 20 seconds. Restarting Eclipse made it take closer to 15 seconds to open 20 java files.

I have attached a jvisualvm snapshot where I opened 30 java files in an empty Java perspective. I also attached a snapshot of closing those same 30 java files. It's hard to know exactly how to narrow the scope in jvisualvm. I have settings:

Start profiling from classes:
org.eclipse.e4.**

Profile only classes:
org.eclipse.ui.*
org.eclipse.e4.*
org.eclipse.core.*

Took a guess based on what I saw in a threaddump. If you need me to profile again with different settings, I am more than happy to do that. I will also let you know if I can reproduce opening 20 files taking 60+ seconds on the UI thread.

Thanks,
Karen


Thanks for your description. The nps files are really helpful. Please file a bug with this information so we can track it there.
Re: Eclipse 4.2 GUI is very slow [message #908563 is a reply to message #908144] Wed, 05 September 2012 15:11 Go to previous messageGo to next message
Karen Butzke is currently offline Karen ButzkeFriend
Messages: 220
Registered: July 2009
Senior Member
I linked to this forum post from bug 385272 and also posted another snapshot of switching between editors. Do you want me to open a separate bug?
Re: Eclipse 4.2 GUI is very slow [message #908586 is a reply to message #908563] Wed, 05 September 2012 15:56 Go to previous messageGo to next message
Eclipse UserFriend
That's enough thanks.
Re: Eclipse 4.2 GUI is very slow [message #908829 is a reply to message #894739] Thu, 06 September 2012 04:43 Go to previous messageGo to next message
Stefan M is currently offline Stefan MFriend
Messages: 5
Registered: July 2012
Junior Member
Hello guys,

Win7 x64

Work as is shoud
C:\eclipse4\eclipse.exe -data c:\_e4wsjre620 -vm "C:\Program Files\Java\jre1.6.0_20\bin\javaw.exe" -vmargs -Xms1024m -Xmx2048m -XX:MaxPermSize=1024m


damn slow, exactly as described here
C:\eclipse4\eclipse.exe -data c:\_e4wsjre7 -vm "C:\Program Files\Java\jre7\bin\javaw.exe" -vmargs -Xms1024m -Xmx2048m -XX:MaxPermSize=1024m 


And with jre7 something is going wrong with the ftp support (remote system, aptana remote, iam sure other ftp-services also), no connection can etablished.


Maybe this can help to get e4 work till a generally solution is available.

adios, Stefan

[Updated on: Thu, 06 September 2012 04:43]

Report message to a moderator

Re: Eclipse 4.2 GUI is very slow [message #909196 is a reply to message #908829] Thu, 06 September 2012 18:07 Go to previous messageGo to next message
Eclipse UserFriend
Sorry Stefan, but do you mean that you notice slowdowns when using Java 6, but no slowdowns with Java 7?

Brian.
Re: Eclipse 4.2 GUI is very slow [message #909506 is a reply to message #909196] Fri, 07 September 2012 08:56 Go to previous messageGo to next message
Wolfgang Geck is currently offline Wolfgang GeckFriend
Messages: 4
Registered: August 2012
Junior Member
No Brian, using Java 7 for whatever reason slows down the UI. After switching back to Java 6 my Eclipse installation runs in usual speed. Thank you Stefan great information!
Re: Eclipse 4.2 GUI is very slow [message #909521 is a reply to message #909506] Fri, 07 September 2012 09:12 Go to previous messageGo to next message
Eclipse UserFriend
Wolfgang, would you please provide your OS and Java version and architecture details?
Re: Eclipse 4.2 GUI is very slow [message #910639 is a reply to message #909521] Mon, 10 September 2012 06:23 Go to previous messageGo to next message
Wolfgang Geck is currently offline Wolfgang GeckFriend
Messages: 4
Registered: August 2012
Junior Member
@sopot: I'm running Eclipse 4.2 on a Win7 64bit machine. I noticed the bad UI performance when using Java 7u5 (64 bit). When using Java 6 or Java 7u7, both 64bit versions, everything works fine.
Re: Eclipse 4.2 GUI is very slow [message #910691 is a reply to message #910639] Mon, 10 September 2012 08:19 Go to previous messageGo to next message
Eclipse UserFriend
The u5 was released 5 days after Juno so it is possible most people have tried Juno with 7u5. I'm on same as you with 7u0 and don't notice any major slowdown.
There have been reports about slowdowns with java 6 also but anyway the biggest the feedback the more faster this thing is solved.
Re: Eclipse 4.2 GUI is very slow [message #911180 is a reply to message #910691] Tue, 11 September 2012 06:25 Go to previous messageGo to next message
Raffaele Gambelli is currently offline Raffaele GambelliFriend
Messages: 27
Registered: July 2009
Junior Member
Have you read this jaxenter.com/eclipse-4-2-performance-slated-will-the-community-come-out-in-force-44390.html?
It is a sort of confirm of what we are stating in this thread, it's soon to speak about bugs and slowness, it's time to work hard to get a usable stable new release and then we could continue to send feedback

Go Eclipse dev team and good luck!

[Updated on: Tue, 11 September 2012 06:27]

Report message to a moderator

Re: Eclipse 4.2 GUI is very slow [message #933205 is a reply to message #911180] Thu, 04 October 2012 20:51 Go to previous messageGo to next message
Enrico R. is currently offline Enrico R.Friend
Messages: 45
Registered: July 2009
Location: Germany
Member

Since SR1 & 4.2-M-build (M20121003-1200) the UI response is noticeably faster than before!
Thanks, keep up the good work!

I love you guys! =)
Re: Eclipse 4.2 GUI is very slow [message #933216 is a reply to message #933205] Thu, 04 October 2012 21:07 Go to previous messageGo to next message
Eclipse UserFriend
Thanks for taking the time to appreciate the committer's work. Keep in mind that most major performance upgrades are already fixed and are targeted for 4.2.2. Those that made it in 4.2.1 are just the initial ones.
Re: Eclipse 4.2 GUI is very slow [message #940122 is a reply to message #894739] Thu, 11 October 2012 10:33 Go to previous messageGo to next message
Per Wahlström is currently offline Per WahlströmFriend
Messages: 1
Registered: October 2012
Junior Member
I also had the problem of eclipse 'hanging' 2-5 seconds when just switching tabs. I attached JProfiler to Eclipse, and found most of the CPU time was spent in a plugin (Old Chronon plugin in my case). Uninstalled the plugin, and now it's much better.
Re: Eclipse 4.2 GUI is very slow [message #941512 is a reply to message #933216] Fri, 12 October 2012 15:46 Go to previous messageGo to next message
Alvin Tan is currently offline Alvin TanFriend
Messages: 1
Registered: July 2009
Junior Member
Sopot Cela wrote on Thu, 04 October 2012 17:07
Thanks for taking the time to appreciate the committer's work. Keep in mind that most major performance upgrades are already fixed and are targeted for 4.2.2. Those that made it in 4.2.1 are just the initial ones.


What are those "most major performance upgrades" if you don't mind sharing?

Great to hear that there has been a major focus in perf improvement for 4.2.2, kudos to the Eclipse team! ... as none of this comes without a cost, resource wise ..
Re: Eclipse 4.2 GUI is very slow [message #941533 is a reply to message #941512] Fri, 12 October 2012 16:12 Go to previous messageGo to next message
Eclipse UserFriend
It's a bit of a pain to gather all performance related bugs (ESP on a Friday afternoon) but I'll put here some references to what I think are relevant. Note that there are much more open and the focus on 4.2.2 has been almost entirely shifted on performance so they are all being addressed.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=389335
https://bugs.eclipse.org/bugs/show_bug.cgi?id=391138

Also if you want to dig deeper this page http://wiki.eclipse.org/Platform_UI/Juno_Performance_Investigation shows the status, current actions and future plan for the fixes. At the bottom of the page you will find bugzilla queries for specific releases which will link you with a chain of related bugs.
Re: Eclipse 4.2 GUI is very slow [message #987849 is a reply to message #894739] Wed, 28 November 2012 11:39 Go to previous messageGo to next message
Harri Pesonen is currently offline Harri PesonenFriend
Messages: 2
Registered: November 2012
Junior Member
I have this problem when editing XML files. Other files like .java work fine. I need to switch back to older Eclipse version to edit XML files. The problem is that the whole Eclipse UI hangs for several seconds when switching between XML files.
Re: Eclipse 4.2 GUI is very slow [message #987913 is a reply to message #987849] Wed, 28 November 2012 16:00 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
There is a feature patch for 4.2.1 which brings all performance
improvements to you and the XML one is one of them.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=385272#c212

Tom

Am 28.11.12 16:53, schrieb Harri Pesonen:
> I have this problem when editing XML files. Other files like .java work
> fine. I need to switch back to older Eclipse version to edit XML files.
> The problem is that the whole Eclipse UI hangs for several seconds when
> switching between XML files.
Re: Eclipse 4.2 GUI is very slow [message #987914 is a reply to message #987849] Wed, 28 November 2012 16:00 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
There is a feature patch for 4.2.1 which brings all performance
improvements to you and the XML one is one of them.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=385272#c212

Tom

Am 28.11.12 16:53, schrieb Harri Pesonen:
> I have this problem when editing XML files. Other files like .java work
> fine. I need to switch back to older Eclipse version to edit XML files.
> The problem is that the whole Eclipse UI hangs for several seconds when
> switching between XML files.
Re: Eclipse 4.2 GUI is very slow [message #987916 is a reply to message #987849] Wed, 28 November 2012 16:00 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
There is a feature patch for 4.2.1 which brings all performance
improvements to you and the XML one is one of them.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=385272#c212

Tom

Am 28.11.12 16:53, schrieb Harri Pesonen:
> I have this problem when editing XML files. Other files like .java work
> fine. I need to switch back to older Eclipse version to edit XML files.
> The problem is that the whole Eclipse UI hangs for several seconds when
> switching between XML files.
Re: Eclipse 4.2 GUI is very slow [message #988353 is a reply to message #987913] Thu, 29 November 2012 14:33 Go to previous messageGo to next message
Harri Pesonen is currently offline Harri PesonenFriend
Messages: 2
Registered: November 2012
Junior Member
Thanks, that seems to have fixed the problem. Smile
Re: Eclipse 4.2 GUI is very slow [message #989915 is a reply to message #894739] Mon, 10 December 2012 01:38 Go to previous messageGo to next message
Mike Carr is currently offline Mike CarrFriend
Messages: 6
Registered: July 2009
Junior Member
I just reimaged my machine with Fedora and was so pissed off on how Gnome screwed up the desktop, trying to find some comfort I thought I would do some coding. I saw that Eclipse 4 was out, knowing Eclipse had always done a pretty good job with releases in the past I decided to download it. When I started it I could not believe what I saw and felt, performance was horrible (I have a quad core Machine with 16G RAM), I could not do my usual customizations, the UI kept changing making it difficult to so what I needed to do. My solution? I downloaded Eclipse 3.7.2 and I was happy again.
Re: Eclipse 4.2 GUI is very slow [message #989939 is a reply to message #989915] Mon, 10 December 2012 07:35 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
You should download one of the latest builds towards 4.2.2 it has solved
most of the performance problems. Also make sure that you switch the
Eclipse Theme to the classic one.

Tom

Am 10.12.12 02:38, schrieb Mike Carr:
> I just reimaged my machine with Fedora and was so pissed off on how
> Gnome screwed up the desktop, trying to find some comfort I thought I
> would do some coding. I saw that Eclipse 4 was out, knowing Eclipse had
> always done a pretty good job with releases in the past I decided to
> download it. When I started it I could not believe what I saw and felt,
> performance was horrible (I have a quad core Machine with 16G RAM), I
> could not do my usual customizations, the UI kept changing making it
> difficult to so what I needed to do. My solution? I downloaded Eclipse
> 3.7.2 and I was happy again.
Re: Eclipse 4.2 GUI is very slow [message #990371 is a reply to message #989939] Wed, 12 December 2012 08:23 Go to previous messageGo to next message
Roland Tepp is currently offline Roland TeppFriend
Messages: 36
Registered: July 2009
Member
Downloading and installing an Eclipse 3.8 works equally well (if not
better).

I found performance of 4.2.2 to be still below the acceptable level,
although not quite as bad as 4.2.0

10.12.2012 9:35, Tom Schindl kirjutas:
> You should download one of the latest builds towards 4.2.2 it has solved
> most of the performance problems. Also make sure that you switch the
> Eclipse Theme to the classic one.
>
> Tom
>
> Am 10.12.12 02:38, schrieb Mike Carr:
>> I just reimaged my machine with Fedora and was so pissed off on how
>> Gnome screwed up the desktop, trying to find some comfort I thought I
>> would do some coding. I saw that Eclipse 4 was out, knowing Eclipse had
>> always done a pretty good job with releases in the past I decided to
>> download it. When I started it I could not believe what I saw and felt,
>> performance was horrible (I have a quad core Machine with 16G RAM), I
>> could not do my usual customizations, the UI kept changing making it
>> difficult to so what I needed to do. My solution? I downloaded Eclipse
>> 3.7.2 and I was happy again.
>
Re: Eclipse 4.2 GUI is very slow [message #990414 is a reply to message #990371] Wed, 12 December 2012 11:18 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi,

So what is still too slow to work with? Are the problems in 4.2.2 still
the same you have in 4.2.0/1, are there now different areas that are
still too slower?

Tom

Am 12.12.12 09:23, schrieb Roland Tepp:
> Downloading and installing an Eclipse 3.8 works equally well (if not
> better).
>
> I found performance of 4.2.2 to be still below the acceptable level,
> although not quite as bad as 4.2.0
>
> 10.12.2012 9:35, Tom Schindl kirjutas:
>> You should download one of the latest builds towards 4.2.2 it has solved
>> most of the performance problems. Also make sure that you switch the
>> Eclipse Theme to the classic one.
>>
>> Tom
>>
>> Am 10.12.12 02:38, schrieb Mike Carr:
>>> I just reimaged my machine with Fedora and was so pissed off on how
>>> Gnome screwed up the desktop, trying to find some comfort I thought I
>>> would do some coding. I saw that Eclipse 4 was out, knowing Eclipse had
>>> always done a pretty good job with releases in the past I decided to
>>> download it. When I started it I could not believe what I saw and felt,
>>> performance was horrible (I have a quad core Machine with 16G RAM), I
>>> could not do my usual customizations, the UI kept changing making it
>>> difficult to so what I needed to do. My solution? I downloaded Eclipse
>>> 3.7.2 and I was happy again.
>>
>
Re: Eclipse 4.2 GUI is very slow [message #990637 is a reply to message #990414] Thu, 13 December 2012 14:33 Go to previous messageGo to next message
Sverre Moe is currently offline Sverre MoeFriend
Messages: 57
Registered: September 2012
Member
Having used eclipse for several years on both Windows XP and Windows 7 with good performance. I recently switched to Linux (OpenSuse 12.2 KDE 4.9.4). The performance under Linux was terrible. Switching between editors, perspectives, views was a pain.

After searching the web I ended up with a tweaked eclipse.ini file. Now eclipse is running adequate. At least as good as it did in Windows. However I wouldn't mind some improvements though on its performance.

My laptop is running:
CPU: Intel Core i5-2450M 2,50GHz
Memory: 8GB
Graphics: Intel 4000
Harddrive: Kingston 480GB HyperX 540MB/s read, 450MB/s write.


My eclipse.ini
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
1024m
--launcher.defaultAction
openFile
-vmargs
-Declipse.p2.unsignedPolicy=allow
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-Xms1024m
-Xmx1024m
-XX:PermSize=1024m
-XX:MaxPermSize=1024m
-Xverify:none
-XX:+UnlockExperimentalVMOptions
-XX:+UseG1GC
-XX:+UseFastAccessorMethods


Adding more from a eclipse bug report I found felt like it made things a little bit worse:
-Xmn128m
-Xss2m
-XX:CompileThreshold=5
-XX:MaxGCPauseMillis=10
-XX:MaxHeapFreeRatio=70
-XX:+CMSIncrementalPacing

Re: Eclipse 4.2 GUI is very slow [message #990871 is a reply to message #894739] Fri, 14 December 2012 15:33 Go to previous messageGo to next message
Keldon Alleyne is currently offline Keldon AlleyneFriend
Messages: 3
Registered: December 2012
Junior Member
No Message Body

[Updated on: Mon, 25 February 2013 07:14]

Report message to a moderator

Re: Eclipse 4.2 GUI is very slow [message #990872 is a reply to message #894739] Fri, 14 December 2012 15:34 Go to previous messageGo to next message
Keldon Alleyne is currently offline Keldon AlleyneFriend
Messages: 3
Registered: December 2012
Junior Member
No Message Body

[Updated on: Mon, 25 February 2013 07:14]

Report message to a moderator

Re: Eclipse 4.2 GUI is very slow [message #998053 is a reply to message #894739] Wed, 09 January 2013 09:15 Go to previous messageGo to next message
tester tester is currently offline tester testerFriend
Messages: 8
Registered: July 2012
Junior Member
The patch (update site: http://download.eclipse.org/eclipse/updates/junoSR1Patch-tmp )seemed to have solved this issue. (Also works on release from june, so you don't need to download eclipse SR1). Thanks a lot Smile

[Updated on: Wed, 09 January 2013 09:16]

Report message to a moderator

Re: Eclipse 4.2 GUI is very slow [message #998638 is a reply to message #987914] Thu, 10 January 2013 11:59 Go to previous messageGo to next message
Keldon Alleyne is currently offline Keldon AlleyneFriend
Messages: 3
Registered: December 2012
Junior Member
No Message Body

[Updated on: Mon, 25 February 2013 07:13]

Report message to a moderator

Re: Eclipse 4.2 GUI is very slow [message #1007839 is a reply to message #894739] Thu, 07 February 2013 17:17 Go to previous messageGo to next message
Reuben Sivan is currently offline Reuben SivanFriend
Messages: 5
Registered: July 2009
Junior Member
I confirm my own experience switching between XML file tabs on Juno 4.2 SR1 under Windows 7/64.

My eclipse system is configured with 2g memory and most other applications (other than XML documents), including Java editing, debugging, etc., do not have such a heavy impact on performance when comparing Juno with Indigo.

For the first time after several months using Juno I tried going back to Indigo SR2, and I verified that switching between XML tabs is instantaneous.

I tried to change validation and other settings for XML but it seems this is a 4.2 issue, as the same XML files on the same workspace work 10x faster on Indigo...

Also: using classic theme.

Did something go wrong or untested in Juno?

Even if we find ways to fix this issue with the help of this and other forums, as a veteran eclipse user I honestly expect to be able to update to a new version without having to read hundreds of posts in order to make that version work...

Best regards,

Reuben
Re: Eclipse 4.2 GUI is very slow [message #1007968 is a reply to message #1007839] Thu, 07 February 2013 18:21 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Did you tried Juno SR2 builds - we are at RC-candidates for them as of
now - Are they still slow?

Tom

Am 07.02.13 18:17, schrieb Reuben Sivan:
> I confirm my own experience switching between XML file tabs on Juno 4.2
> SR1 under Windows 7/64.
>
> My eclipse system is configured with 2g memory and most other
> applications (other than XML documents), including Java editing,
> debugging, etc., do not have such a heavy impact on performance when
> comparing Juno with Indigo.
>
> For the first time after several months using Juno I tried going back to
> Indigo SR2, and I verified that switching between XML tabs is
> instantaneous.
>
> I tried to change validation and other settings for XML but it seems
> this is a 4.2 issue, as the same XML files on the same workspace work
> 10x faster on Indigo...
>
> Also: using classic theme.
>
> Did something go wrong or untested in Juno?
>
> Even if we find ways to fix this issue with the help of this and other
> forums, as a veteran eclipse user I honestly expect to be able to update
> to a new version without having to read hundreds of posts in order to
> make that version work...
>
> Best regards,
>
> Reuben
Re: Eclipse 4.2 GUI is very slow [message #1015274 is a reply to message #894739] Thu, 28 February 2013 01:30 Go to previous messageGo to next message
MC Handler is currently offline MC HandlerFriend
Messages: 1
Registered: February 2013
Junior Member
64 bit mac OS 10.6.8 w/8GB DDR3, just loaded up Juno and it's beach balls all the way. I was running Indigo previously, it was also slow to compile programs, even tiny ones (<10 lines of code), running only Eclipse and maybe 10 windows in a browser. In Juno, I have turned off animations, boosted the VM in the .ini, and activated the classic theme. Juno is not only slow to run programs, but will give me beach balls for simple things like clicking the mouse to place the cursor, typing one character, etc. Hope this helps the progression toward a fix.
Re: Eclipse 4.2 GUI is very slow [message #1015748 is a reply to message #1015274] Sat, 02 March 2013 07:40 Go to previous messageGo to next message
Enrico R. is currently offline Enrico R.Friend
Messages: 45
Registered: July 2009
Location: Germany
Member

A little quick feedback on this issue:

On my System (Win7 64Bit, Eclipse 4.2.2 64Bit with Java7u15 64Bit) this issue is definitely GONE!

Switching between java & xml files is almost "instant like", views are updated very quickly (specially the outline view), scrolling up and down in big files with hundreds of lines is really smooth (smoother than before and with no interruption)...AWESOME! Shocked
This make it even more fun & efficient to work with eclipse. Smile

Great work dev's and thank you that you have solved this problem (in my case, I can only speak for myself).

best regards...

Enrico R.

[Updated on: Sat, 02 March 2013 07:44]

Report message to a moderator

Re: Eclipse 4.2 GUI is very slow [message #1016773 is a reply to message #894739] Thu, 07 March 2013 16:10 Go to previous messageGo to next message
Riad Gamer is currently offline Riad GamerFriend
Messages: 1
Registered: March 2013
Location: Canada
Junior Member
If You have Eclipse for Java EE Devloppers (I recommand you to use it) here is the eclipse.ini Config that I recommand You, Personnaly with this config, my exlipse boot in 15 seconds.

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar

--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120913-144807
-product
org.eclipse.epp.package.jee.product

--launcher.defaultAction
openFile

--launcher.XXMaxPermSize
256M

-showsplash

org.eclipse.platform

--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile

-vm
C:\Program Files\Java\jdk1.7.0_15\jre\bin\client
-vmargs
-Dosgi.requiredJavaVersion=1.5

-Dhelp.lucene.tokenizer=standard

-Xms128m

-Xmx512m
Re: Eclipse 4.2 GUI is very slow [message #1046278 is a reply to message #894739] Sun, 21 April 2013 17:33 Go to previous messageGo to next message
Apurva Singh is currently offline Apurva SinghFriend
Messages: 1
Registered: April 2013
Junior Member
Hello Folks. Pl dont waste your time with Appearances/Themes/Xmx etc. Somehow non heap memory consumption is very high. It seems it is also covered by garbage collection. Every time I open a page, I get a 5 second delay since the GC kicks in. So simply increase permanent space in eclipe.ini to something like 1G. Xmx can be 1G or even lesser as heap memory usage is not much.
Re: Eclipse 4.2 GUI is very slow [message #1061415 is a reply to message #1046278] Fri, 31 May 2013 14:15 Go to previous messageGo to next message
Stefan M is currently offline Stefan MFriend
Messages: 5
Registered: July 2012
Junior Member
Hi Guys

A fresh download (4.2.2) works perfectly. No matter what parameters, Java version, theme or whatever is set. Thats good.

After updating my 3.8 (Install New Software -> Juno channel) to 4.2.2, the same pain came back (executed with "-clean", other tips?).

Could it be that all this shit is dependent on a special plugin/component or bundle?
How do I find out where the problem comes from? Which log files should I check?

* Mylyn
* PDT
* Aptana Studio (wonderfull ftp-sync, is there any alternativ?)
* subclipse
* all stuff that are needed by these plugins (automatically installed)
Re: Eclipse 4.2 GUI is very slow [message #1170729 is a reply to message #1061415] Mon, 04 November 2013 21:04 Go to previous messageGo to next message
Top Kat is currently offline Top KatFriend
Messages: 37
Registered: March 2013
Member
Just my own experience.
I'm using Juno on a 2001 XP Pentium 4/1.6GHz/1GB RAM . . .
It was terribly frustrating starting up.
And also often in the middle of coding.
I did the things suggested by you folks, i.e. classic, disable animations, increase allocated VM etc.
But I think what was killing my performance was this goddam Comodo internet security pack I'm using at present.
Just seeing how Comodo's stupid file scanning process ("cavwp.exe") was using around 50-60% of CPU versus Eclipse's 5-10% made me wonder what the hell it was at. I turned it off of course -- at least until Eclipse was up and running.
I had similar problems recently with a "trial" version of Webroot.

So my advice is use a good anti-virus/internet security pack and monitor how it interacts with Eclipse at times of slowness.

Thanks to all for the speed-up tips -- they really make a visible difference and, like another poster said, I am feeling like the system is responding swiftly to my code rather than me being at the beck & call of a dragass machine.

[Updated on: Mon, 04 November 2013 21:23]

Report message to a moderator

Re: Eclipse 4.2 GUI is very slow [message #1220614 is a reply to message #1170729] Thu, 12 December 2013 17:14 Go to previous message
Jens Henrik Goebbert is currently offline Jens Henrik GoebbertFriend
Messages: 1
Registered: December 2013
Junior Member
As this is about "Eclipse GUI is very slow" I want to mention a bug in eclipse, which gave me a headache for weeks.

Any text-editor in eclipse is very very slow on Linux if "show whitespace characters" is enabled (https://bugs.eclipse.org/bugs/show_bug.cgi?id=320595),
because the method WhitespaceCharacterPainter.paintControl is slow.

It's calling 3 slow methods for every visible character on each scroll step:
* GC.getFontMetrics()
* GC.drawString
* StyledText.getLocationAtOffset

Previous Topic:Rendering an SWT Menu from MMenu?
Next Topic:Reseting the Window Layout
Goto Forum:
  


Current Time: Thu Mar 28 09:16:11 GMT 2024

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

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

Back to the top