017 Tips

1, the site started

  Caused by: java.lang.IllegalStateException: availableProcessors is already set to [8], rejecting [8]

  Configuration environment variable: -Des.set.netty.runtime.available.processors = false

  Use for: formal, unit testing and other variables jvm

  // resolve the conflict netty

  System.setProperty("es.set.netty.runtime.available.processors", "false");

Guess you like

Origin www.cnblogs.com/bjlhx/p/11270544.html
017