使用ps查看JAVA进程使用的内存和虚拟内存( Linux内存管理 )

$ ps -p ${pid} -o rss,vsz
RSS VSZ
7152568 17485844

linux top命令VIRT,RES,SHR,DATA的含义