Where can I permanently set java heap size on Windows pc?

前端 未结 3 1210
余生分开走
余生分开走 2021-01-03 13:37

I recently downloaded the latest Java 1.6 JDK. I\'m using VisualVM which came with the SDK to test/monitor my webapp (using Tomcat server) on my local pc. I\'m running Windo

3条回答
  •  没有蜡笔的小新
    2021-01-03 14:33

    The best place to place these settings is in setenv.bat or setenv.sh in the bin folder. Take a look at a recent SO question on the same topic which has excellent answers.

提交回复
热议问题