From gp at keyvalues.cn Mon Mar 11 12:19:48 2019 From: gp at keyvalues.cn (gp at keyvalues.cn) Date: Mon, 11 Mar 2019 20:19:48 +0800 Subject: perform of jdk.nashorn.internal.runtime.Context.compile Message-ID: <2019031120194832870011@keyvalues.cn> 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. gp at keyvalues.cn