You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sets the size of the allocated class metadata space that will trigger a garbage collection the first time it is exceeded. This threshold for a garbage collection is increased or decreased depending on the amount of metadata used. The default size depends on the platform.
初始大小应该是JVM决定的,这个参数只控制GC的阈值。
The text was updated successfully, but these errors were encountered:
原文为:
但根据官方文档描述如下:
初始大小应该是JVM决定的,这个参数只控制GC的阈值。
The text was updated successfully, but these errors were encountered: