Is there a way to set global/default `idea.vmoptio...
# intellij
k
Is there a way to set global/default
idea.vmoptions
? Every time I update my IDE I keep forgetting to set
idea.vmoptions
for that specific version of IDE…
a
Have you read https://www.jetbrains.com/help/idea/tuning-the-ide.html#configure-jvm-options? If none of the options described there are convenient for your use case, please file an issue in IDEA tracker: https://youtrack.jetbrains.com/issues/IDEA
k
IDEA_VM_OPTIONS
is what I needed, thank you 🙂
Is it supposed to work with Android Studio as well?
It seems that Android Studio doesn’t care about
IDEA_VM_OPTIONS
STUDIO_VM_OPTIONS
, found it