McprojectEX
如图

嘉晚饭,赢
内存分配吗
在user_jvm_args.txt调在最下面新起一行写上-Xms?G -Xmx?G 修改问号数额

Qingraw
本帖最后由 Qingraw 于 2022-2-3 20:44 编辑

你要分配什么?

还有你上个问答链接不对,我看不了你的端

McprojectEX
嘉晚饭,赢 发表于 2022-2-3 20:40
内存分配吗
在user_jvm_args.txt调在最下面新起一行写上-Xms?G -Xmx?G 修改问号数额
...
  1. # Xmx and Xms set the maximum and minimum RAM usage, respectively.
  2. # They can take any number, followed by an M or a G.
  3. # M means Megabyte, G means Gigabyte.
  4. # For example, to set the maximum to 3GB: -Xmx3G
  5. # To set the minimum to 2.5GB: -Xms2500M

  6. # A good default for a modded server is 4GB.
  7. # Uncomment the next line to set it.
  8. # -Xmx4G
  9. -Xms4G -Xmx4G
复制代码

这样?

嘉晚饭,赢

对的 保存就好