This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
针对 Minecraft 1.21 及以上版本,推荐使用的 JVM 参数配置如下——这些设置主要是基于 Java 21(适合 Minecraft 1.21+ 所使用的 Java 版本)及其垃圾回收(GC)机制: | |
--- | |
## 客户端(Client)JVM 参数 — 通用设置 | |
适用于大多数用户配置,能有效减少卡顿与 GC 停顿: | |
``` | |
-XX:+UnlockExperimentalVMOptions |