IDEA performance optimization

1. IDEA runtime environment

  1. IDEA is the Java language development
  2. IDEA running on JRE (but it comes with its own JRE)
  3. It is cross-platform (Window, Linux, MacOS)

2. IDEA performance optimization

  1. Select IDEA computer installation directory bin directory, such as: D: \ IntelliJ IDEA 2018.1 \ bin;
    2.
  2. If the choice is 64 installed, open idea64.exe.vmoptions; 32 is selected if installed, open idea.exe.vmoptions;
    idea64.exe.vmoptions
  3. According to their computer's memory, modify the data -Xmx750m, when your built-in memory is 2G, a little small modifications, such as: -Xmx256m. If the built-in memory is 4G or 8G, it can be appropriately modified larger.
    Here Insert Picture Description
  4. Open IDEA, select File | Settings | Plugins, according to their needs, close some unneeded features plug-ins;
    5.

Guess you like

Origin blog.csdn.net/mi_zhi_lu/article/details/88783976