linux - Java Using High Virt Memory -


enter image description here

according i'm using 14gb+ on java process in apache. in running minecraft control panel , when run memory check via minecraft tells me have using 7.6gb of 8gb. when should looking @ around 1-2gb max of used space.

i'm new linux , little confusing me. believe inaccuracy if explain going on here appreciated?

checkout linuxatemyram.com

also if virtual machine java useage may not accurate.

you can limit memory size launching these params

-xms1024m -xmx1024m 

to limit 1gb example


Comments

Popular posts from this blog

Using 'OR' and 'AND' in SQL Server -

python - Finding intersection between ellipse and a line -

c++ - NetBeans Remote Development with additional configuration -