diablo 1.5 died after 5 day uptime

Artem Gr artem at bizlink.ru
Wed May 31 00:14:32 PDT 2006


>>> high. Note that the jvm uses more memory then is controlled
>>> by the -Xmx arg. You need to leave some head room for that if
>>> your going to be setting your limits lower.
>> OK, thanx. Is that overhead big?
> 
> It varies depending on what your application does.

The JVM itself uses memory and there is additional area for JIT-compiled 
Java classes and for the young generation of the GC (can control that 
with -Xmn).

> Overall,
> I think you will find there is plenty of information on the
> web about how to tune memory usage of the jvm.

Like http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html


More information about the freebsd-java mailing list