On Fri, 12 Oct 2007 14:08:40 -0700, Berlin Brown
<> wrote, quoted or indirectly quoted someone
who said :
>I am also assuming that when the "Free" memory reaches 0, that the JVM
>will crash. I can't tell because the probe application is running
>inside of that jvm.
IF GC can't free enough RAM, it has no choice but to crash.
I see two possibilities:
1. you are packratting. see
http://mindprod.com/jgloss/packratting.html
2. your app needs at minimum more RAM that you have. Try increasing
the size of the virtual RAM paging file or get more real RAM. It is
much cheaper than it used to be.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com