在这种情况下动态翻译是可取的,因为它能传播翻译的开销随着时间的推移,从而减少暂停程序执行。
Dynamic translation is desirable in that case because it can spread the overhead of the translation over time, thus reducing pauses in the program execution.
使用断点暂停程序的执行以便检查状态。
因此,通过增加堆大小,可以增加 GC 暂停之间的间隔,从而为应用程序提供更多的执行时间。
So, by increasing the heap size the interval between GC pauses will increase, which will give the application more time to execute.
应用推荐