in the linux os, when we send this command:
free -m
this result has been appear:
total used free shared buffers cached
Mem: 32182 31902 280 0 658 16802
-/+ buffers/cache: 14442 17740
Swap: 65538 7463 58075
and when we send a command to clear cache,the cache has been decreased ,i want to do the same but using java,can i do this? thank you...