Kbase 42958: SonicMQ 4GL adapter crashes
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
Solution ID: P12958
FACT(s) (Environment):
WebSpeed 3.x
Progress 9.1C
SonicMQ
RedHat Linux 7.1
SYMPTOM(s):
SonicMQ 4GL adapter crashes
java.lang.OutOfMemoryError
CAUSE:
Machine memory limited through hard and soft limits but maxClientInstance increased (maxClientInstance=80 ) and no value for -Xmx specified.
Having no value for -Xmx specified means it uses the default limit which is 16MB. 16MB available memory is simply not enough for 80 Client Instances working
with messages inside the adapter with a normal processing application.
FIX:
Either increase the memory limits or degrease the value for
maxClientInstance appropriate.