Eclipse开发过程中个VM Arguments的设置

Posted wjj1013

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse开发过程中个VM Arguments的设置相关的知识,希望对你有一定的参考价值。

Eclipse开发过程中个VM Arguments的设置  

1:jre中的Default VM Arguments: -Xms256M -Xmx640M -XX:PermSize=256m -XX:MaxPermSize=768m

 

 


2:Tomcat的Optional Java VM Arguments: -Xms256M -Xmx512M -XX:PermSize=256m -XX:MaxPermSize=512m

 


3:eclipse.ini中: -vmargs-Xms256m-Xmx512m

以上是关于Eclipse开发过程中个VM Arguments的设置的主要内容,如果未能解决你的问题,请参考以下文章

Eclipse中Program arguments和VM arguments的说明

VM内存溢出

tomcat vm arguments 怎么修改

Myeclipse修改设置Default VM Arguments

JDK8启动时,参数传递过程

maven run 配置jre VM arguments配置 (转)