I'm having the same problem. I've also noticed that the processes start out taking >90 percent of the cpu, then slowly dwindle overnight to using only ~30 percent. Here's what I'm running with:
java version "1.3.0beta_refresh"
Java(TM) 2 Runtime Environment,
Standard
Edition (build 1.3.0beta_refresh-b09)
Java HotSpot(TM) Server VM (build
1.3.0beta-b07, mixed mode)
Thanks for any help.
From: Calvin Austin <[EMAIL PROTECTED]>
Subject: Re: JDK1.3 on Linux with SMP
Very likely a monitor contention leak bug that has been fixed in hotspot, I think in beta refresh. btw the more details you can give a group like blackdown or Sun etc the better, java -version for example :*) I've been using SMP for a while, the only issue I've seen on linux is that the later versions of linux pthreads are more stable on SMP I would tell you a number but they are all called version 0.8 :*( regards calvin Java Linux wrote: > > Hi all, > > We're running Red Hat Linux 6.1, kernel 2.2.12 and > glibc 2.1.2 on Pentium SMP machines. After several > hours of running, sometimes one node will crash, > giving: > > Exception in thread "main" java.lang.OutOfMemoryError > <<no stack trace available>> > > In fact, it's unlikely that there should be any memory > problems and this error does not occur when running on > a single node. It's also disturbing that each java > process takes only about 40 percent of the processing > capacity on each node, even though it could go up to 7 > > percent or more. So, Sun's JDK 1.3 doesn't seem to be > working on SMP machines under linux. > > Any advice? > > Thanks. > > __________________________________________________ > Do You Yahoo!? > Yahoo! Mail - Free email you can access from anywhere! > http://mail.yahoo.com/ > > ---------------------------------------------------------------------- > To UNSUBSCRIBE, email to java [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]