是否可以限制应用程序可以使用的资源(内存和CPU)?

时间:2015-06-29 07:58:30

标签: java eclipse tomcat memory jvm

如果我限制使用特定数量的内存 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. 

0 个答案:

没有答案