Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Typing lag in Eclipse Neon

I noticed an annoying typing lag in Eclipse Neon for Linux. Each time I type a letter, it appears on the screen with a little delay (less than a second). It happens in all source files, regardless of their size.

Any clues on how to get rid of this?

like image 974
Vlad Avatar asked May 24 '17 16:05

Vlad


People also ask

Why my eclipse is working slow?

This can be from a command line tool or any visual client. Subversion plugin uses too much system resources and effects eclipse performance badly. Even if you really want to use it, then checkout only certain part of code through subclipse, and rest of code import as external project. It will also help you.

Where can I find eclipse INI file?

eclipe. ini File Location. For windows, it's in the same directory as eclipse.exe file, as shown in below image. You can reach this location by first right clicking on Eclipse app and click on “Show Package Contents” and then in the next window navigate to Contents/Eclipse directory, as shown in below images.


2 Answers

For me closing the "Project Explorer" solved the problem.

like image 139
Gio Avatar answered Sep 22 '22 23:09

Gio


I had the same problem on a Windows 10 PC. In the eclipse.ini file, changing all values set to 256M or 256m to 512M/512m solves the problem, assuming your computer has enough memory to handle this limit upgrade. Happened only when I was working on two different projects with many tabs opened.

like image 34
MajorScientist Avatar answered Sep 21 '22 23:09

MajorScientist