hi , When I user 800(max) threads of JVM concurrently , I found JVM can't work and CPU userage is very high. If I adjust to add resource of cpus or memory, the appearance is same; but if add a new VM(machine) , the CPUs becames normal, and threads work OK . So I think there are limiting of Linux for jdk.nashorn.internal.runtime.Context.compile, How can I adjust for it.
There are javacore of JVM at attachment. g...@keyvalues.cn