Hey Guys,
I've got a java program that runs in the console (Linux redhat). If I let it run and finish, it seems to clean up ram OK, however if I CTRL+C it and force stop the execution, the ram never frees up (not even an hour or two later or when I launch another copy of it).
Both the physical ram and the cache seem to be affected. the swap is never used, but comes close.
Any ideas on how to force clean the ram?
Thanks,
Luc
I've got a java program that runs in the console (Linux redhat). If I let it run and finish, it seems to clean up ram OK, however if I CTRL+C it and force stop the execution, the ram never frees up (not even an hour or two later or when I launch another copy of it).
Both the physical ram and the cache seem to be affected. the swap is never used, but comes close.
Any ideas on how to force clean the ram?
Thanks,
Luc