I have a Wildfly directory (version 36.0.1) on a Windows server with multiple deployments in the deployments directory and it deploys in parallel as expected (standalone.bat w/ stadnalone-full.xml).
I moved this directory over to another server with the same JDK + enviornment variables and it does not deploy in parallel. This server has more cores and memory than the previous one. Plus the deployments, standalone config etc is exactly the same.
Any ideas as to why it deploys sequentially?
Thank you