我有Wildfly 10.1.0,当我从命令行启动它时,启动大约需要30秒。当我从Eclipe内部开始时,需要大约1分钟。
在 Eclipse 中,第一个长暂停(约30秒)在该行之后:
[org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 32 (per class), which is derived from the number of CPUs on this host.
第二个长暂停(另外30秒),在右下角出现消息:
Checking Deployment Scanners for server
在命令行中,第一个长暂停(约20秒)在该行之后:
[org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 128 (per class), which is derived from thread worker pool sizing.
第二个"长"在行之后暂停(约10秒):
[org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 60) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
所以问题是:如何删除/减少上面提到的暂停,尤其是Eclipse中的暂停?感谢。