Re: cpu 100% java

2006-08-04 Thread Mike Davis
On Tue, 1 Aug 2006 17:28:13 -0400 Benjamin Adams <[EMAIL PROTECTED]> wrote: > I'm on OS X 10.4.7 running with weblog software (blojsom) > I have to do a kill -9 on java to stop it from using 100+ on cpu > sometimes, to let users connect. > I find that a very similar problem occurs quite consisi

Re: cpu 100% java

2006-08-02 Thread Justin Spies
Damn copy and paste. I've re-edited for the missing details below, my apologies. Quoting Justin Spies <[EMAIL PROTECTED]>: ... The VSIZE question--when the JVM starts, it places a hold on the memory it thinks is needed. So if you allocate a maximum heap of 256MB + the permanent size of

Re: cpu 100% java

2006-08-02 Thread Justin Spies
Ben, For various reasons, I've had to send this response using your original message. I've included below some of the feedback provided by Chris since I'm pretty sure I'v read the entire thread so far... I've run into this type of issue many times as well, memory management definitely is no

Re: cpu 100% java

2006-08-02 Thread Benjamin Adams
On Aug 2, 2006, at 4:18 PM, Christopher Schultz wrote: Ben, How much ram do I set? Load Avg: 1.30, 1.28, 1.22 CPU usage: 51.3% user, 8.4% sys, 40.3% idle SharedLibs: num = 137, resident = 22.8M code, 3.20M data, 6.41M LinkEdit MemRegions: num = 7345, resident = 142M + 8.15M pri

Re: cpu 100% java

2006-08-02 Thread Christopher Schultz
Ben, > How much ram do I set? > > Load Avg: 1.30, 1.28, 1.22 CPU usage: 51.3% user, 8.4% sys, 40.3% > idle > SharedLibs: num = 137, resident = 22.8M code, 3.20M data, 6.41M LinkEdit > MemRegions: num = 7345, resident = 142M + 8.15M private, 27.4M shared > PhysMem: 61.1M wired, 68.0M acti

Re: cpu 100% java

2006-08-02 Thread Benjamin Adams
On Aug 1, 2006, at 5:55 PM, Christopher Schultz wrote: Ben, I'm on OS X 10.4.7 running with weblog software (blojsom) I have to do a kill -9 on java to stop it from using 100+ on cpu sometimes, to let users connect. I assume that you also have to restart Tomcat at this point, yes? I just k

Re: cpu 100% java

2006-08-01 Thread Christopher Schultz
Ben, > I'm on OS X 10.4.7 running with weblog software (blojsom) > I have to do a kill -9 on java to stop it from using 100+ on cpu > sometimes, to let users connect. I assume that you also have to restart Tomcat at this point, yes? > This comes up over and over in the log: > 2006-08-01 17:22:08

cpu 100% java

2006-08-01 Thread Benjamin Adams
I'm on OS X 10.4.7 running with weblog software (blojsom) I have to do a kill -9 on java to stop it from using 100+ on cpu sometimes, to let users connect. This comes up over and over in the log: 2006-08-01 17:22:08 StandardWrapperValve[blojsom]: Servlet.service() for servlet blojsom threw ex