Recently, it is found that eclipse is getting slower and slower, which affects the development and usage speed. The processing is faster and I hope to give you some tips.
1. Cancel automatic collapse of the system
Operation Method:
Window-> preferences-> JAVA-> Editor-> folding tab.
2. the prompt function is automatically activated after you press. This will increase the speed.
Operation Method:
Window-> preferences-> JAVA-> Editor-> code assist
In this way, when writing code, you will not be prompted to enter it after clicking the dot symbol. If you want to prompt, you can press Alt +/and the prompt function will also appear.
3. Close unused projects.
When opening an uncommon project, the operation speed of the Project is also affected.
4. Set startup parameters
When starting, add the parameter eclipse.exe-vmargs-xverify: None-XX: + useparallelgc-XX: permsize = 20 m-xms64m-xmx200m
If your memory is a GB. You can change the last xmx200m parameter to xmx512m.
This is set in the attributes of your starting shortcut key.
# Java Column