`
huanghuizz
  • 浏览: 84079 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

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

 

 

转帖:http://hi.baidu.com/andy_ywn/blog/item/4bc1e0ef8096581cfdfa3cfb.html

分享到:
评论

相关推荐

    自带各种插件的eclipse网站

    |--eclipse使用断言:window--prefenerces--java--Instaled Jres--双击右边使用的jre--在Default VM Arguments 一栏输入: -enableassertions--finish | |---eclipse3.3.1: ...

    eclipsejetty 3.8.0 eclipse的jetty8插件 离线安装包

    解决方法:Run->Debug Configurations ...->双击Jetty Webapps下你的项目->Arguments->VM arguments根据你的应用分配内存。例如8G内存可考虑:-Xms2048m -Xmx2048m -XX:PermSize=256M -XX:MaxPermSize=512M -XX:+...

    eclipse 4.3 免安装版 可用 jrebel (jrebel 也是免安装版)

    jrebel插件,将解压后的文件方到Eclipse/dropins文件夹下,在tomcat服务器,点击Open launch configuration,Arguments/VM arguments中添加以下两行: -javaagent:E:\eclipse\dropins\jrebel5.5.2\jrebel.jar -...

    tomcat6源代码+依赖包

    tomcat6.x源码编译时需要依赖的所有JAR包:包括...7.找到Bootstrap.java,debug as>debug configurations>VM arguments:输入-Dcatalina.base="(改成你自己的)E:\apache-tomcat-6.0.37-src\output\buildoutput\build

    jitsi-src-2.8.5426

    In the Arguments tab of the configuration, add the following arguments in the section VM Arguments: -Dfelix.config.properties=file:lib/felix.client.run.properties -Djava.util.logging.config.file=lib/...

    tomcat6.x源码编译依赖的jar包

    tomcat6.x源码编译时需要依赖的所有JAR包...7.找到Bootstrap.java,debug as>debug configurations>VM arguments:输入-Dcatalina.base="(改成你自己的)E:\apache-tomcat-6.0.37-src\output\buildoutput\build" 8.OK.

    jrebel 3.1.2a

    jrebel插件,将解压后的文件方到Eclipse/dropins文件夹下,在tomcat服务器,点击Open launch configuration,Arguments/VM arguments中添加以下两行: -javaagent:E:\eclipse\dropins\jrebel\jrebel.jar -noverify ...

    jrebel插件

    jrebel插件,将解压后的文件方到Eclipse/dropins文件夹下,在tomcat服务器,点击Open launch configuration,Arguments/VM arguments中添加以下两行: -javaagent:E:\eclipse\dropins\jrebel5.5.2\jrebel.jar -...

    jhdf5.dll文件

    使用方法是,在main函数界面右键,run as -> 选择 Run configurations -> 选择Arguments,然后在 VM arguments中填入dll路径 -Djava.library.path=D:\down\jar\db\hdf5\HDFView2.9\lib\win jhdf5.jar需要通过jhdf5...

    no webp-imageio in java.library.path(webp-imageio-0.4.2.jar dll so)

    in java.library.path的解决办法及eclipse配置 java一般使用两个path:classpath 和 java.library.path classpath是指向jar包的位置 ...2:在vm arguments里添加-Djava.library.path= /usr/local/lib

    drools-distribution-7.10.0.Final

    and VM arguments "-Xms256m -Xmx512m -server", click button Run. Run the examples in IntelliJ ---------------------------- Open menu File, menu item Open project, select "examples/sources/pom.xml". ...

    BruteForceProtection

    如果你在 eclipse 中运行,你可以在 Run->Run Configurations->Arguments->VM 下添加它。 这也适用于运行 Junit 测试时。概要介绍: 常问问题: Q. 测试没有完成,内存不足?! A. 检查您是否正在使用 Java VM 的 -...

Global site tag (gtag.js) - Google Analytics