Consultor Eletrônico



Kbase P18160: SonicXQ: java.lang.OutOfMemoryError while running the container
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2008
Status: Unverified

FACT(s) (Environment):

SonicXQ 1.5
Windows NT 32 Intel/Windows 2000

SYMPTOM(s):

EXCEPTION java.lang.OutOfMemoryError <<no stack trace available>>

java.vm.version=1.3.1_06-b01

FIX:

A java.lang.OutOfMemoryError error usually occurs if the available memory for
the Java process which is performing the task is not sufficient. The default limit is 16MB which is not always sufficient especially if you have big messages. You can enhance the memory
to make available with the -Xms and -Xmx JVM parameters for the container process as long as the machine has enough memory available as well. This parameters you add within the .bat files for starting the container within the line which starts your java process.