How to give more memory to IntelliJ Idea 9-11

前端 未结 7 1854
生来不讨喜
生来不讨喜 2021-01-31 14:23

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 s

7条回答
  •  星月不相逢
    2021-01-31 14:48

    On Mac, $IDEA_HOME/Contents/Info.plist

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

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

提交回复
热议问题