> all JVMs no matter who makes them... leak and you *will* run out of memory.
Yeah but there's a practical difference between grabbing memory from some arbitrary PermGen ceiling (defaulting to 64MB!) and from a 32GB+ server heap, the latter is somewhat easier to predict and monitor - and far less likely to cause a hard starvation of the JVM. -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
