简体   繁体   中英

JAVA Memory Management | jvm | command to find memory

Need few clarity on below questions please. 1.How to check on production server how much is the total memory allocated to your JAVA application.

2.How much memory is occupied by your java application among total memory.

3.what is the command we can use to check the memory available in linux/unix system.

On linux, 'top' will show you memory used by running processes and 'free' shows you total and free memory. Check out the man pages for options and how to use.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM