JVM Heap的意思|示意

美 / / 英 / /

JVM堆


JVM Heap的网络常见释义

堆内存 -Xms128m  表示JVM Heap(堆内存)最小尺寸128MB,初始分配 -Xmx512m  表示JVM Heap(堆内存)最大允许的尺寸256MB,按需分配。

JVM Heap相关例句

This way the JVM can maintain a single contiguous heap while growing it as needed (see Resources for an article on how to use the JVM heap parameters).

通过这种方式,JVM可以维护单一的、连续的堆空间,并根据需要增长(关于如何使用jvm堆参数请参阅参考资料)。

Recommendation: Adjust the JVM heap size Settings in reasonable increments to determine the optimal memory Settings for the application.

推荐:通过合理地增加jvm堆大小设置来对它进行调整以确定应用程序的最佳内存设置。

In addition, WebSphere Application Server tuning of the JVM heap and threads pools is automated based on the size of the virtual machine.

此外,jvm堆和线程池的WebSphere Application server调优会根据虚拟机的大小自动进行。

If a GC was triggered and there is still not enough room for the object then you have exhausted the JVM Heap.

如果GC被触发,但对象仍然没有足够空间,那么J VM heap耗尽。

The JVM heap size Settings are adjusted from a minimum to a maximum set of values until the optimal Settings are found.

您可以使用一组从最小到最大的值来调整J vm堆大小设置直到找到最佳设置。

Recommendation: For each set of JVM heap size Settings, run one test with garbage collection turned on, and another with it turned off.

推荐:对于每一组jvm堆大小设置,请在一次测试的运行中启用垃圾收集,在另一次中禁用它。