Kbase P147238: Stateless AppServer Broker crashes with java.lang.OutOfMemoryError: unable to create new native thre
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/01/2011 |
|
Status: Unverified
SYMPTOM(s):
Stateless AppServer Broker crashes with java.lang.OutOfMemoryError: unable to create new native thread errors
java.lang.OutOfMemoryError: unable to create new native thread
FACT(s) (Environment):
Multiple AppServer Brokers are on the machine.
OpenEdge 10.x
Does not appear to be associated with a memory leak.
Sufficient memory available to support number of users and processes running on this machine.
HP-UX
CHANGE:
-Xss parameter added to JVM Args in ubroker.properties with a value higher than OS default.
CAUSE:
Value of special Java parameter is potentially too high.
The value -Xss defines stack size for each Java thread.
FIX:
Unless -Xss is suggested by HP or Progress Technical Support, do not attempt to use it.
If it is not entered then the defaults will be used:
Defaults:
-Xss512k (Javaâ?¢ 1.3, 1.4, and 5.0 32-bit mode)
-Xss1m (Javaâ?¢ 1.4 and 5.0 64-bit mode)