Skip to content

JVM args setup guide

ITsMrToad edited this page May 31, 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 args 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:

  1. Select an instance click "Edit"
593783262-6001cecf-107a-4671-b76b-5a8bef31b66b
  1. Select the "Settings" category
593783264-f9c75249-5744-41aa-bf61-0d3ffbfdd44f
  1. Tick the "Java Arguments" box and add the argument --add-modules jdk.incubator.vector
593783261-0cf7c5e2-9d3a-4086-a89b-3ee2e40b8822

MultiMC:

ATLauncher:

GDLauncher: