RE: out of memory error??

2001-02-15 Thread Jaco van Rooijen
Not every project has this problem. Half of our projects run fine. We have yet to discover the pattern. The out of memory is caused by a bug in their passivation routine. We ran a profiler on the Orion VM and we found that the server keep the beans in a list, so the GC cant have them. But the

RE: Out Of Memory Problem / Passivation Error

2001-02-04 Thread Jaco van Rooijen
Any indication of when 1.4.6 will be out & whether it will solve the bug regarding passivation? Anybody have a workaround for the problem? Or should we deploy with someone else then? We have Orion in at the pilot site & allmost went live. Now we struggle & get on top of that we get no re

Re: Out of memory

2000-10-10 Thread James M. Earle III
Tell the Orion JDK to use more memory on startup. I think the command line jdk startup parms are ms:64M for min memory mx:80M for maximum memory, and -gc for no incremental garbabe collection. Jas Vlad Petric wrote: > Stanislav Maximov wrote: > > > Hello, > > > > I'm constantly getting "Out of

RE: Out of memory

2000-10-05 Thread Torgeir . Lerkerod
start with java -mx -jar orion.jar By default the java VM doesn't support more than 64mb of memmory used. I normally run with -mx256m (mx is the max memmory allowed to a client) Regards, Torgeir Lerkerod -Original Message- From: Stanislav Maximov [mailto:[EMAIL PROTECTED]] Sent: 5. okt

RE: Out of memory

2000-10-05 Thread Mike Cannon-Brookes
Start the JVM with -mx and -ms to specify more memory. I use 50/250. Mike > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Stanislav Maximov > Sent: Thursday, October 05, 2000 6:53 PM > To: Orion-Interest > Subject: Out of memory > > > Hello,

Re: Out of memory

2000-10-05 Thread Vlad Petric
Stanislav Maximov wrote: > Hello, > > I'm constantly getting "Out of memory error" from Orion. Please shed some > light if there are some typical mistakes which may cause it, or maybe debug > tips? > > Great thanks in advance. > > stas@ JOVOS ?? (JVM, Orion Version, Operating System ?) Have you

Re: Out of memory

2000-10-05 Thread Robert Krueger
At 12:53 05.10.00 , you wrote: >Hello, > >I'm constantly getting "Out of memory error" from Orion. Please shed some >light if there are some typical mistakes which may cause it, or maybe debug >tips? > >Great thanks in advance. > >stas@ how much memory do you give your VM? I presume, you've alrea