Just a simple question. Is it a problem for you that java reclaim unused memory space instead of consuming more OS memory? In general, there is a garbage collection thread that keep running in low priority when you start the jvm, that's why it starts to GC even when your limit is not reached yet.
All details about gc configuration here. http://java.sun.com/docs/hotspot/gc1.4.2/ En l'instant précis du 01/10/07 14:28, starki78 s'exprimait dans toute sa noblesse: > Hi I'm profiling my application with -verboseGC. > My maximum heap-size is > XMS is 1.5GB but the garbage collection always is executed > when about 1GB is reached. > Why is it so early? > Is there anything to control this? > I'm using Sun 1.4.2 > > Thanks and nice greetings > Starki > > > > > > > ------------------------------------------------------ > Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom > http://click.libero.it/infostrada10gen07 > > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]