Kbase P70213: OutOfMemoryError in SonicMQ
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  20/07/2004 |
|
Status: Unverified
FACT(s) (Environment):
SonicMQ 5.x
SYMPTOM(s):
OutOfMemoryError in SonicMQ
OutOfMemoryError in thread ClientSender Broker NodeA
java.lang.OutOfMemoryError
<<no stack trace available>>
CAUSE:
There is not enough memory available to run the SonicMQ broker.
FIX:
Increase the amount of heap memory available to the Java Virtual Machine using the -ms and -mx parameters by editing the file %SONICMQ_HOME%\bin\setenv and looking for the "Container specific JVM arguments" setting the variable BROKER_JVM_ARGS.
The default values are -Xms32m -Xmx256m
Change it to -Xms64m -Xmx512m