getJVM method

String getJVM ()

Implementation

String getJVM() {
 const opts = {
    "windows": "-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump",
    "osx": "-XstartOnFirstThread",
    "linux": "-Xss1M"
  };
  return opts[this.getOS()];
}