为什么 Java 为堆大小选择 Xmx 和 Xms 命名约定?

Why did Java chose Xmx and Xms naming convention for heap sizes?

根据在线描述,以下是 Java 中使用的与尺码链接的属性:

Use -Xmx to specify the maximum heap size

Use -Xms to specify the initial Java heap size

Use -Xss to set the Java thread stack size

mx 和 ms 是什么意思? mx是最大值,ms是什么意思?

是的,ms = minimum heap size / heap memory start sizemx = maximum heap size