Maximum number of threads in a JVM?

后端 未结 6 609

What are the maximum number of threads which can be maintained by the Java virtual machine?

I did not explain this in my original question, but I am trying to benchm

6条回答
  •  抹茶落季
    2020-12-01 11:26

    The limit, if there is one, will be imposed by the operating system, not the jvm

提交回复
热议问题