You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested running IntelliJ with IDEA_VM_OPTIONS and then tried with IDEA64_VM_OPTIONS set. When IDEA64_VM_OPTIONS is set my VM args are ignored. When IDEA_VM_OPTIONS is set the VM args are set.
The text was updated successfully, but these errors were encountered:
When launching the IDE for robot tests using launchIde the VM args aren't set on the IDE.
The launcher sets the VM options using a file set in by a enviroment variable, IDEA_VM_OPTIONS (see https://www.jetbrains.com/help/idea/tuning-the-ide.html#configure-jvm-options).
On Windows this variable isn't set, instead a IDEA64_VM_OPTIONS is set on windows,
intellij-ui-test-robot/ide-launcher/src/main/kotlin/com/intellij/remoterobot/launcher/Ide.kt
Line 31 in ff1d138
I have tested running IntelliJ with IDEA_VM_OPTIONS and then tried with IDEA64_VM_OPTIONS set. When IDEA64_VM_OPTIONS is set my VM args are ignored. When IDEA_VM_OPTIONS is set the VM args are set.
The text was updated successfully, but these errors were encountered: