Re: RE: Garbage collection, out of memory

2001-02-15 Thread Jaco van Rooijen
there aint no way to force it to start passivating. Regards Jaco -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Endres Sent: 13 February 2001 23:32 To: Orion-Interest Subject: Re: Garbage collection, out of memory Your GC times are huge because you

RE: Garbage collection, out of memory

2001-02-15 Thread Jaco van Rooijen
el Doernberg Sent: 14 February 2001 01:45 To: Orion-Interest Subject: Re: Garbage collection, out of memory When you deploy your application. Orion will generate an XML file called orion-ejb-jar.xml, if one does not exist. The file is derived from your EJBs. The file can be found buried in the app

Garbage collection, out of memory

2001-02-13 Thread Thomas Munro
Hello We are experiencing a garbage collection problem. We are running Orion 1.4.7 on a Linux 2.4 box. We have been trying the Sun 1.2.2, the Sun 1.3 and the IBM JVM 1.3. On the Sun 1.3 JVM we have tried normal garbage collection and also -Xincgc incremental garbage collection. We run with

Re: Garbage collection, out of memory

2001-02-13 Thread Tim Endres
Your GC times are huge because you have provided so much memory. If you reduce the 500MB to 128MB, you will see more GC's, but they will be much shorter. This is a well known optimization issue. Too little memory causes to many GC runs, while too much memory causes GC runs to be too long. You

Re: Garbage collection, out of memory

2001-02-13 Thread Peter Kua
ppreciated as i need to deploy by 1st march!! - Original Message - From: "Thomas Munro" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Wednesday, February 14, 2001 2:29 AM Subject: Garbage collection, out of memory Hello We are experiencing a g