如何为IntelliJ Idea 9-11提供更多内存 [英] How to give more memory to IntelliJ Idea 9-11

查看:121
本文介绍了如何为IntelliJ Idea 9-11提供更多内存的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这涉及到9到11之间的Intellij。
在IDEA窗口中我在右下角看到当前的内存使用情况,通常是224M的254M如何为Idea提供更多内存,因此它可能会像224M的512M?

This concerns Intellij from 9 to 11. In the IDEA window On the bottom right corner I see the current memory usage, typically "224M of 254M" How do I give more memory to Idea so it may read like "224M of 512M" ?

谢谢。

推荐答案

在Mac上, $ IDEA_HOME / Contents / Info.plist

 ~: grep --context=5 Xmx /Applications/Maia-IU-94.426.app/Contents/Info.plist 
            <string>true</string>
            <key>apple.awt.fullscreencapturealldisplays</key>
            <string>false</string>
        </dict>
        <key>VMOptions</key>
        <string>-Xms128m -Xmx912m -Dfile.encoding=UTF-8 -XX:MaxPermSize=250m -ea -agentlib:yjpagent=disablej2ee,disablecounts,disablealloc,sessionname=IntelliJIdea90 -Xbootclasspath/a:../lib/boot.jar</string>
        <key>WorkingDirectory</key>
        <string>$APP_PACKAGE/bin</string>
    </dict>
</dict>
</plist>

在Windows / Linux上,%IDEA_HOME%\ bin\idea。 vmoptions

On Windows/Linux, %IDEA_HOME%\bin\idea.vmoptions

这篇关于如何为IntelliJ Idea 9-11提供更多内存的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆