Consultor Eletrônico



Kbase P121705: EasyAsk server immediately stops after being started
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/25/2007
Status: Unverified

FACT(s) (Environment):

EasyAsk 9.6

SYMPTOM(s):

EasyAsk server immediately stops after being started

CAUSE:

Customer had set his initial java heap size larger than available memory on his machine.

FIX:

java heap size is set in EasyAskServer.lax.
Default value when product is shipped is:
lax.nl.java.option.java.heap.size.initial=64000000
Customer had set his to:
lax.nl.java.option.java.heap.size.initial=1024000000
A good value for this field is:
lax.nl.java.option.java.heap.size.initial=512000000