Horrible Lag [message #1798355] |
Fri, 16 November 2018 01:01  |
Eclipse User |
|
|
|
I've been using Eclipse for the past handful of years without any issues.
But since I've recently upgraded my PC, I've been having a constant issue that forced me to switch to a different IDE for awhile.
Whenever I open eclipse (New install, default everything), it immediately has consistent lag spikes every second or so, even when a project isn't open. The rest of my system will remain unaffected. Said lag will effect everything UI related, from typing to simply trying to select something. I've tried with the most recent version of Eclipse. Also tried with Oxygen, and Mars, making note to remove all folders Eclipse made during install (to my knowledge);
/user/.p2/*
/user/eclipse/*
As well as my workspaces.
Normally I'd be fine to just sticking to the other IDE I've been using the last couple months. However, I have a old project that heavily relied on Windowbuilder, and using Eclipse with Windowbuilder again would make working with said project 'much' easier, rather than sticking with working with the code directly. So I'm stuck trying to get Eclipse to work right.
I'm unsure what information should be given to help debug the issue. Is there a log somewhere or anything to that effect? I'll help in any way I possibly can to help resolve this.
Here's my PC specs;
CPU: FX-8350 4.0GHz
RAM: 8GB
GPU: Radeon HD 5700
Windows 7 Ultimate SP1 x64
|
|
|
|
|
|
|
|
|
|
|
Re: Horrible Lag [message #1799215 is a reply to message #1799188] |
Sun, 02 December 2018 10:46   |
Eclipse User |
|
|
|
Hi Ed,
Quote:Stack dumps are not necessarily helpful since multi-cause/multi-file consumers can evade the accidental jvisualvm interception.
You're absolutely right, that stack dumps are no silver bullet, but in many cases it's the only straw that we can clutch onto.
If stack dumps don't help, the next canonical tool for investigation is a profiler. Are you in the position to use such a tool? (Most people seem to be using YourKit, but there may be many other suitable tools in this group).
Quote:In the old days it used to be possible to just import an offending project as a plugin/fragment and modify it. Nowadays many plugins have a broken source plugin.
Every such instance is worth a bug report. Either the import wizard is broken, or tycho produces broken meta data, or .... Either one should be fixed.
Quote:Any suggestions on how it is now possible to add custom instrumentation to a platform plugin without struggling with the entire OOMPH of the platform?
I guess oomphing the entire platform is mainly a problem of the sheer mass of stuff. Other than that, importing through the wizard and oomph are the solutions, looking for still more alternatives is unlikely to find a more comprehensive and better tested approach.
HTH,
Stephan
|
|
|
|
Re: Horrible Lag [message #1799224 is a reply to message #1799222] |
Sun, 02 December 2018 14:14  |
Eclipse User |
|
|
|
@harry, we would like to help, either by recommending workarounds or by fixing bugs, but with the given information neither is possible --- or wait: if it is really a problem relating to hotswapping into tomcat, perhaps the experts in the Webtools forum know more...
Other than that, everyone who observes these problems could be the hero providing the information necessary for improving Eclipse.
See previous comments for hints on how to collect useful information.
|
|
|
Powered by
FUDForum. Page generated in 0.06295 seconds