Skip to content

JVM args setup guide

ITsMrToad edited this page Apr 15, 2026 · 3 revisions

A quick guide to adding a JVM argument for SIMD:

For the SIMD functions you need to add --add-modules jdk.incubator.vector to JVM argы in your launcher.

Detailed guide for launchers ↓ (WIP)

Modrinth App:

  1. Select instance and open its settings
1
  1. Select "Java and memory" category
2
  1. Tick "Use custom arguments" box and add argument --add-modules jdk.incubator.vector
3

Official launcher:

  1. Open "Installations" category
  2. Select instance and open "More options"
  3. Find field "JVM Arguments" and add argument --add-modules jdk.incubator.vector

Prism:

MultiMC:

ATLauncher:

GDLauncher:

Clone this wiki locally