`
liuleigang
  • 浏览: 52748 次
  • 性别: Icon_minigender_1
  • 来自: 大连
社区版块
存档分类
最新评论

Eclipse出现out of memory问题

    博客分类:
  • JAVA
阅读更多
开发flex,eclipse好几次都出现out of memory
修改eclipse.ini解决了问题。

-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
-vmargs
-Xms256m
-Xmx512m
-XX:PermSize=256M
-XX:MaxPermSize=256M
-Djava.net.preferIPv4Stack=true
分享到:
评论

相关推荐

    Eclipse下使用ANT编译提示OutOfMemory的解决方法

    由于需要使用ANT编译的代码比较多,特别是在第一次变异的时候,会出现OutOfMemory错误。并提示更改ANT_OPTS设定。

    强大的中文分词器,有使用案例

    强大的中文分词器,有使用案例,不过占用交大的内存空间,可能需要在eclipse中设置一下jvm的堆大小,防止出现outofmemory错误。

    最全TypeScript中文入门指南详解案例教程

    http://ju.outofmemory.cn/entry/954 http://www.oschina.net/question/12_72250 http://www.cnblogs.com/whitewolf/p/4103328.html 7、注意事项: A、必须选择ECMAScript target version ES3或ES5,选择ES6...

    高焕堂<应用框架原理与程序设计>源代码(Eclipse)

    用cmd窗口 启动AVD(必须的,否则会有out of memory错误),输入:CMD指令: emulator -avd m9 -partition-size 512 运行,运行成功后,另开一个cmd输入 : CMD指令: adb remount 运行, 该指令更改系统文件属性使可...

    mat_win.zip

    Memory Analyzer tool(MAT) 分析内存泄漏,平时工作过程中,有时会遇到OutOfMemoryError,我们知道遇到Error一般表明程序存在着严重问题,可能是灾难性的。所以找出是什么原因造成OutOfMemoryError非常重要。现在向...

    Professional_Linux_Programming.pdf

    Starting Out 185 Kernel Concepts 199 A Word of Warning 200 The Task Abstraction 200 Virtual Memory 205 Don’t Panic! 208 Kernel Hacking 208 Loadable Modules 209 Kernel Development Process 211 Git: the...

    apktool documentation

    Warning Apktool has no knowledge of what version of framework resides there. It will assume its up to date, so delete the file during Apktool upgrades Managing framework files Frameworks are stored ...

    Springer.The.Developer’s.Guide.to.Debugging.2008.pdf

    4.1.2 Incorrect Use of Memory Management . . . . 34 4.1.3 Buffer Overruns . . . . . . . . . . . 34 4.1.4 Uninitialized Memory Bugs . . . . . . . . 34 4.2 Memory Debuggers to the Rescue . . . . . . . ....

    javacv-platform-1.3.3-src

    // buffer wrapped around the memory pointed by imageData, and under Android we can // also use that Buffer with Bitmap.copyPixelsFromBuffer() and copyPixelsToBuffer(). // - To get a BufferedImage ...

    新版Android开发教程.rar

    Compiler for Java, both of which are not supported for Android development----------------------------------- Android 编程基础 9 什么是 Android? Android? Android? Android? Android 是一个专门针对移动...

Global site tag (gtag.js) - Google Analytics