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.
在我的 tomcat server.xml 中,我设置JAVA_OPTS -Xmx3072m;
JAVA_OPTS -Xmx3072m;
top 命令,为什么显示“DATA”列的值为3.8G?
该-Xmx开关纯粹是针对 JVM 的可回收堆(例如 eden、tenured 区域等)。它不包括PermGen本地资源使用的空间。top 返回的 DATA 值显示了进程使用的全部内存量。
-Xmx
PermGen