Modify JVM args from inside the JVM

前端 未结 7 1280
野的像风
野的像风 2020-12-21 07:39

Is there a way to modify the jvm args from inside of the jvm? Specifically, I want to be able to change the maximum heap size of the jvm from inside of it. Is this possibl

7条回答
  •  不思量自难忘°
    2020-12-21 08:08

    Specifically, I want to be able to change the maximum heap size of the jvm from inside of it. Is this possible?

    No.

提交回复
热议问题