Re: How can I tell JVM to use as much memory as you can?
Jeff Kesselman <[email protected]>
| Newsgroups | gmane.comp.windows.devel.java.advanced |
|---|---|
| Message-ID | <[email protected]> |
Nikolaos Giannopoulos wrote: > I have one customer today that has almost daily OOM conditions for the > last 2 months and all fingers point to setting -XX:MaxPermSize=256M > without setting the minimum... Uhhh. have you profiled this app? I suppose i *might* believe that there was some bizzare VM bug related to bizzare VM settings but only after you PROVED to me you aren't just object leaking. In every OOM I've ever seen, its either legitimately too much data for the memory allocated, or its programmer error and not making objects available for collection. =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com