OutOfMemoryError

i have set:
ulimit -l unlimted
ulimit -v unlimted
ulimit -m unlimted
and
bootstrap.mlockall: true

but when i index docs into es, the virtual memory will grow more and more larger,and it will hit the "swap limit" in the end ,i found the virtual memory seem to never been freed (if i delete the index,the virtual memory will be freed)
my machine is virtual machine suse linux

please help me....