Consultor Eletrônico



Kbase P7602: Misspelled JVM parameter does not fix java.lang.OutOfMemoryE
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/1/2002
Status: Verified

FACT(s) (Environment):

SonicMQ

FACT(s) (Environment):

Solaris SPARC 8

SYMPTOM(s):

'There is not enough memory available to rub the SonicMQ client. Please increase
the amount of heap memory available to the Java
Virtual Machine using the -ms and -mx parameters.

java.lang.OutOfMemoryError.'

Error occurs even after the JVM_ARGS has been increased

CAUSE:

Spelling mistake in JVM_ARGS settings: JVM_ARGS="-Xms32m -XMx256m", thus the setting is not taken

FIX:

Correct the JVM arguments to

JVM_ARGS="-Xms32m -Xmx256m