Yes, you are right. It seems to be the Java VM. With each new unique user connects to the server numfile and numproc increases rapidly. I’ve started another thread in order to get the rest out of my java vm - maybe you want to have a look in there.
Today my server “crashed” because of an # java.lang.OutOfMemoryError: Cannot create GC thread. Out of system resources. The report is in the log:
- An unexpected error has been detected by Java Runtime Environment:
- java.lang.OutOfMemoryError: Cannot create GC thread. Out of system resources.
- Internal Error (47433441534B3448524541440E4350500017), pid=7478, tid=3085376432
-
Java VM: Java HotSpot™ Server VM (1.6.0-b105 mixed mode)
-
If you would like to submit a bug report, please visit:
-
http://java.sun.com/webapps/bugreport/crash.jsp
T H R E A D -
Current thread (0x08058400): JavaThread “Unknown thread”
Stack: [0xb7e22000,0xb7e72000), sp=0xb7e70fe0, free space=315k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
P R O C E S S -
Java Threads: ( => current thread )
Other Threads:
VM state:not at safepoint (not fully initilizated)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 25216K, used 0K [0xadb00000, 0xaf720000, 0xb4cc0000)
eden space 21632K, 0% used [0xadb00000,0xadb00000,0xaf020000)
from space 3584K, 0% used [0xaf3a0000,0xaf3a0000,0xaf720000)
to space 3584K, 0% used [0xaf020000,0xaf020000,0xaf3a0000)
PSOldGen total 230784K, used 0K [0x74cc0000, 0x82e20000, 0xadb00000)
object space 230784K, 0% used [0x74cc0000,0x74cc0000,0x82e20000)
PSPermGen total 16384K, used 0K [0x70cc0000, 0x71cc0000, 0x74cc0000)
object space 16384K, 0% used [0x70cc0000,0x70cc0000,0x71cc0000)
Dynamic libraries:
Can not get library information for pid = 7479
VM Arguments:
java_command: <unknown>
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/ usr/games
LD_LIBRARY_PATH=/usr/lib/jvm/java-6-sun-1.6.0.00/jre/lib/i386/server:/usr/lib/jv m/java-6-sun-1.6.0.00/jre/lib/i386:/usr/lib/jvm/java-6-sun-1.6.0.00/jre/…/lib/i 386
SHELL=/bin/sh
Signal Handlers:
SIGSEGV: http://libjvm.so+0x51cf50, sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGBUS: http://libjvm.so+0x51cf50, sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGFPE: http://libjvm.so+0x43d040, sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGPIPE: http://libjvm.so+0x43d040, sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGILL: http://libjvm.so+0x43d040, sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: http://libjvm.so+0x43f050, sa_mask[0]=0x00000000, sa_flags=0x10000004
SIGHUP: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGINT: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGQUIT: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGTERM: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: http://libjvm.so+0x43f050, sa_mask[0]=0x00000000, sa_flags=0x10000004
S Y S T E M -
OS:testing/unstable
uname:Linux 2.6.9-023stab046.2-enterprise #1 SMP Mon Dec 10 15:22:33 MSK 2007 i686
libc:glibc 2.3.6 NPTL 2.3.6
rlimit: STACK 8192k, CORE 0k, NPROC infinity, NOFILE 1024, AS infinity
load average:0.44 0.17 0.10
CPU:total 8 family 6, cmov, cx8, fxsr, mmx, sse, sse2
Memory: 4k page, physical 16611108k(201032k free), swap 32764556k(32739084k free)
vm_info: Java HotSpot™ Server VM (1.6.0-b105) for linux-x86, built on Nov 29 2006 01:11:40 by “java_re” with gcc 3.2.1-7a (J2SE release)
FYI: till i solved the problem i let this thread marked as unanswered - cause it is 