How do I provide JVM arguments to VisualVM?

后端 未结 6 2021
眼角桃花
眼角桃花 2021-01-30 07:44

I\'m using VisualVM from JDK 1.6.0_26 to profile a Java webapp running under Tomcat, but VisualVM often tells me that it doesn\'t have enough memory to take a snapshot, and to u

6条回答
  •  清酒与你
    2021-01-30 08:25

    or I think this works too:

    jvisualvm.exe -J-Xmx512m (or whatever amount you need)

    -J on the .exe command line for onetime settings, or the .conf file noted in the other answer for changing defaults

提交回复
热议问题