使用断点暂停程序的执行以便检查状态。
Entry:当执行将要输入给定的函数时暂停程序。
Entry: Suspends the program when execution is about to enter the given function.
因此,通过增加堆大小,可以增加 GC 暂停之间的间隔,从而为应用程序提供更多的执行时间。
So, by increasing the heap size the interval between GC pauses will increase, which will give the application more time to execute.
应用推荐