Kbase P112433: AdminServer fails to start with VM incompatible initial and maximum heap size error message
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  14/11/2006 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.1X
OpenEdge 10.X
Fathom Management 3.X
SYMPTOM(s):
Unable to start AdminServer after changing java setting -mx -ms values
Error occurred during initialization of VM
Incompatible initial and maximum heap sizes specified
AdminServer fails to start with VM incompatible initial value
maximum heap size error message
CAUSE:
Douplicate or different settings for -mx parameter cause startup of the AdminServer to fail
DLC/bin/java_env - JVMARGS=-ms256m -mx512m
DLC/bin/fathomcp_env -JVMARGS=-mx128m
FIX:
Use one of the following:
1) remove the -mx512m from "java_env" and put it into "fathomcp_env" (instead of -mx128m)
2) remove -mx128m from "fathomcp_env" and leave "java_env" intact