Reputation: 1
I updated my IntelliJ IDEA Custom VM Options and now I want to restore these options. So, I need to get for v2021.1.2 (build June, 1) and I am not sure if I can get this config without reinstalling app. Is there any page that listed these options? Or any proper way to get these values?
Upvotes: 1
Views: 3439
Reputation: 2089
There are two VM options files: original one <IDE_HOME>\bin\idea64.exe.vmoptions and the custom one in IDEA system folder. If you need to restore defaults just copy <IDE_HOME>\bin\idea64.exe.vmoptions contents to a custom file. See https://www.jetbrains.com/help/idea/tuning-the-ide.html.
Upvotes: 1