How to get the max sizes of the heap and permgen from the JVM?

前端 未结 3 1671
有刺的猬
有刺的猬 2020-12-31 20:42

I am trying to find out programatically the max permgen and max heap size with which a the JVM for my program has been invoked, not what is currently available to them.

3条回答
  •  耶瑟儿~
    2020-12-31 21:13

    As for eclipse, try looking for a profiling tool. I think NetBeans has one by default.

提交回复
热议问题