|
EDM is slow to start or times out |
|
|
There is a timeout setting in the EDM configuration that can
be updated.
Edit the standalone.conf,bat file, which is located at
C:\Program
Files\Sightline\wildfly-
18.0.1.Final\standalone\bin\standalone.conf.bat by default.
You'll see a line that looks like this (at about line 49):
set JAVA_OPTS=%JAVA_OPTS% -DEDM -Xms512m -Xmx2048m -
XX:+CMSClassUnloadingEnabled -
Djboss.as.management.blocking.timeout=600 -
XX:MetaspaceSize=96M -
XX:MaxMetaspaceSize=512m
Change the timeout value from 600 to 1200 and restart EDM.
set JAVA_OPTS=%JAVA_OPTS% -DEDM -Xms512m -Xmx2048m -
XX:+CMSClassUnloadingEnabled -
Djboss.as.management.blocking.timeout=1200 -
XX:MetaspaceSize=96M -
XX:MaxMetaspaceSize=512m
|
|
|
Occasionally EDM takes several minutes to start up, or even
times
out. |
|