-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
EAP 6.0.0
-
None
-
-
NEW
Some kinds of applications (i.e. Fuse/BPEL applications) will stall the server on startup if more than 7 applications are deployed. Debugging (and effective workarounds) suggest that increasing the number of MSC threads solves the problem.
To increase the number of threads seems to require 2 flags:
JAVA_OPTS="$JAVA_OPTS -Dorg.jboss.server.bootstrap.maxThreads=60"
JAVA_OPTS="$JAVA_OPTS -Djboss.msc.max.container.threads=60"
Can we please consolidate these into just 1 flag?