Chapter III Introduction to the installation catalogue

Source: Internet
Author: User

  • IntelliJ idea 's installation directory is not complex, for the most frequently changed bin directory, often change the file or must be introduced is a blue box of several.
  • The Idea.exe file is a viable executable file for IntelliJ idea , andIntelliJ idea installs the default shortcut that is sent to the desktop, which is the executable file.
  • The idea.exe.vmoptions file is a VM configuration file for IntelliJ idea's executable file , and the specific configuration changes are explained below.
  • The Idea64.exe file is a viable execution file for IntelliJ idea, requiring that the JDK version be installed on the computer . The system is also recommended for use with this file.
  • The idea64.exe.vmoptions file is a VM configuration file for IntelliJ idea's executable file , and the specific configuration changes are explained below.
  • Idea.properties files are Some of IntelliJ idea's property profiles, specific configuration changes will be explained below.

  • regardless of which operating system you are using, IntelliJ idea 's set directory naming is uniform and regular:. IntelliJ IDEA2016.1. If you have a version of the version on your computer, you should also have one:. IntelliJ IDEA15 Settings directory, the other version of the same reason.
  • On the three major operating systems, you simply search the entire hard drive:. IntelliJ IDEA2016, can be found, no need to be able to remember exactly what directory is generated.
  • for this setting directory there is a feature, that is, after you delete the entire directory, restart IntelliJ idea will automatically regenerate you into a new default configuration, so many times if you change the IntelliJ idea configuration, it doesn't matter, delete the directory , Everything will be restored to the default, I am very recommended that you can explore IntelliJ idea configuration, several times to restore, help deepen the understanding of IntelliJ ideas .
  • config IntelliJ idea personalization configuration directory , or the entire IDE set directory. And I personally think the most important directory, not one , if you remember the introduction of the installation, install the new version of IntelliJ Idea IDE main configuration features, custom code templates, Custom file templates, custom shortcut keys, Project tasks
  • The System directory is a directory of IntelliJ idea systems files , a bridge directory of IntelliJ Idea and development projects, which are mainly: cache, index, container file output, and so on, although not the most important directory, But it is also one of the most indispensable catalogs.

Description of common configuration file Modifications

  • is the contents of the JVM configuration file of the $ -bit executable file , if you are a system of the three-bit, you should modify the contents of the Idea.exe.vmoptions file, but because the memory of the system is generally about 2G, so there is not much space to adjust, so it is generally not necessary to adjust.
  • The principle of modification is mainly based on the memory of their own machine to judge, I personally recommend the 8G or the static page developers are not required to modify. If you are developing a large project, aJava project, or an Android project, and the memory is larger than 8G, it is recommended that youmodify the following 4 parameters.
    • -xms128m,a machine with a memory of G can try to set to -xms512m
    • -xmx750m,a machine with a memory of G can try to set to -xmx1500m
    • -xx:maxpermsize=350m,16G memory machine can try to set to -xx:maxpermsize=500m
    • -xx:reservedcodecachesize=225m,16G memory machine can try to set to -xx:reservedcodecachesize=500m

It's IntelliJ idea. Some properties are configured, there is no difference between the level and the four , the modification principle is mainly based on the individual configuration of IntelliJ idea to analyze the situation. The following 4 parameters are often modified :

  • idea.config.path=${user.home}/. Intellijidea/config, this property is mainly used to point to IntelliJ idea 's personalization directory, the default is to be commented, open the comment before the property is enabled, there is a need to pay special attention to the direction of the slash, here is the Forward Slash. [ modified to : idea.config.path=c:/users/administrator/. Intellijidea2016.1/config]
  • idea.system.path=${user.home}/. Intellijidea/system, this property is mainly used to point to IntelliJ idea 's System file directory, the default is to be commented, open the comment before the property is enabled, it is necessary to pay special attention to the direction of the slash, here is a forward slash. If you have a lot of projects, the directory will be very large, if your C disk space is not enough, it is recommended to transfer the directory to other drive letter. [ modified to : idea.system.path=c:/users/administrator/. Intellijidea2016.1/system]
  • idea.max.intellisense.filesize=2500, this property is primarily used to improve code help when editing large files. IntelliJ idea is easy to stutter when editing large files.
  • idea.cycle.buffer.size=1024, this property is primarily used to control console output caching. Have encountered some projects to open a lot of output, the console will soon be full of no way to automatically output the later content, this project is recommended to increase this value or directly disable, disable the statement idea.cycle.buffer.size=disabled.

Config folder is very important, it is very important, if your machine is optimized, please remember to backup yo!

Chapter III Introduction to the installation catalogue

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.