when I run pmap <pid> It is giving me below list
 00007f545bbc5000   1016K rw---    [ anon ]
 00007f545bd0c000     76K r-x--  /opt/openmrs/.openmrs-lib-cache/bahmnimsf/org/bytedeco/javacpp/linux-x86_64/libjniswscale.so
 00007f545bd1f000   2044K -----  /opt/openmrs/.openmrs-lib-cache/bahmnimsf/org/bytedeco/javacpp/linux-x86_64/libjniswscale.so
 00007f545bf1e000      4K rw---  /opt/openmrs/.openmrs-lib-cache/bahmnimsf/org/bytedeco/javacpp/linux-x86_64/libjniswscale.so
 00007f545c1bc000     52K r-x--  /opt/openmrs/.openmrs-lib-cache/bahmnimsf/org/bytedeco/javacpp/linux-x86_64/libjniswresample.so
 00007f545c3ca000     12K -----    [ anon ]
 00007f545c3cd000   1016K rw---    [ anon ]
 00007f545c4cd000   2048K rw---    [ anon ]
 00007f545c6cd000     12K -----    [ anon ]
 00007f545c6d0000   1016K rw---    [ anon ]
 00007f545c812000   1676K r--s-  /opt/openmrs/lucene/indexes/org.openmrs.PersonAttribute/_1y_Lucene41_0.pos
 00007f545c9b5000    108K r-x--  /opt/openmrs/.openmrs-lib-cache/bahmnimsf/org/bytedeco/javacpp/linux-x86_64/libswresample.so.2
 00007f545cbd2000     12K -----    [ anon ]
 00007f545cbd5000   1016K rw---    [ anon ]
I can see the details of one process when I runt the command. But, 
Here [anon] is taking some memory right. Can I free that memory? 
Here I don't want to kill the process. Just want to free the memory from that process.
Thanks in advance
 
    