Title: Blank
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 (bui
Joseph Shraibman <[EMAIL PROTECTED]> writes:
> Uh, yeah, that's right. Sun's jdk says that it doesn't work on smp
> kernels.
The beta refresh up on java.sun.com removed the restriction on SMP
machines. I've been using it with good results.
--
Jeff Hutchison <[EMAIL PROTECTED]>
Stryker Instru
Uh, yeah, that's right. Sun's jdk says that it doesn't work on smp
kernels. You'll have to use the latest blackdown version. The rc4
version didn't work on smp kernels because the jit it shipped with
couldn't handle native threads, but supposedly the final release has
fixed those bugs. Release
At 17:00 8/22/00 -0700, Java Linux wrote:
>Exception in thread "main" java.lang.OutOfMemoryError
> <>
>
>In fact, it's unlikely that there should be any memory
>problems and this error does not occur when running on
just because it says it's out of "memory" don't believe it
actually is re
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 ve
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
<>
In fact, it's unlikely that there should be any memory
problems