Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我没有在eclipse中设置Java应用程序的-Xmx。Eclipse 将使用与物理内存相关的默认堆大小启动它。我想知道如何计算这个默认值。
您可以使用 MemoryMXBean 来获取 JVM 初始化和最大内存,并使用 RuntimeMXBean 来获取 JVM 参数。