-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2022.1.0
-
Component/s: QA / CI / Tests
-
Tags:
We're running elastic in embedded more, and we've got errors at setup such as
java.lang.IllegalStateException: availableProcessors is already set to [8], rejecting [8]
We can work-around about by setting up the jvm with the -Des.set.netty.runtime.available.processors=false system property.