如果我限制使用特定数量的内存和 CPU ,我需要查看应用程序的反应。我想知道如何限制在Tomcat和Eclipse上运行的应用程序的资源?
我知道我可以使用以下参数但不确定如何限制,Perm,堆和整体内存,特别是CPU
-Xms1024m
Set the minimum available memory for the JVM to 1024 Megabyte
-Xmx1800m
Set the maximum available memory for the JVM to 1800 Megabyte. The Java application cannot use more heap memory then defined via this parameter.