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.
私のtomcatserver.xmlで、JAVA_OPTS -Xmx3072m;
JAVA_OPTS -Xmx3072m;
topコマンド、show "DATA"列の値が3.8Gなのはなぜですか?
この-Xmxスイッチは、純粋にJVMの再利用可能なヒープ(たとえば、eden、tenured areaなど)用です。ネイティブリソースが使用するスペースPermGenやネイティブリソースは対象外です。topによって返されるDATA値は、プロセスによって使用されたメモリの完全な量を示しています。
-Xmx
PermGen