Jetbrains IDEA开发工具vmoptions配置位置

我们都知道Jetbrains全家桶作为生产力开发工具的重要性,用好了955用不好那就活该996。这篇文章主要记录一下Jetbrains系列开发工具在各平台用户路径下的配置位置,然后针对性的调优,比如破解。

Windows平台

Syntax
%APPDATA%\JetBrains\<product><version>

Example
C:\Users\JohnS\AppData\Roaming\JetBrains\IntelliJIdea2022.1

Linux平台

Syntax
~/.config/JetBrains/<product><version>

Example
~/.config/JetBrains/IntelliJIdea2022.1

MacOS

Syntax
~/Library/Application Support/JetBrains/<product><version>

Example
~/Library/Application Support/JetBrains/IntelliJIdea2022.1

Jetbrains官方原话

Do not change JVM options in the default file, because it is replaced when IntelliJ IDEA is updated. Moreover, in case of macOS, editing this file violates the application signature.

不要更改默认文件中的 JVM 选项,因为它会在 IntelliJ IDEA 更新时被替换。此外,对于 macOS,编辑此文件会违反应用程序签名。