Tôi đang sử dụng IDEA 12 Leda trên Mountain Lion. Tôi muốn tăng bộ nhớ tối đa mà IDE có thể sử dụng. Tôi đặt VMOptions trong tệp Info.plist thành
-Xmx2048m -ea -XX:+HeapDumpOnOutOfMemoryError -Xverify:none -Xbootclasspath/a:../lib/boot.jar
Khi tôi mở IDEA, tôi vẫn thấy bộ nhớ tối đa là 711m.
jps -v
hiển thị VMOptions của tôi đã được tải nhưng nó được thay thế bằng các tùy chọn sau.
29388 **-Xmx2048m** -ea -XX:+HeapDumpOnOutOfMemoryError -Xverify:none -Xbootclasspath/a:../lib/boot.jar -Xms128m **-Xmx800m** -XX:MaxPermSize=350m -XX:ReservedCodeCacheSize=64m -XX:+UseCodeCacheFlushing -XX:+UseCompressedOops -Didea.paths.selector=IdeaIC12 -Dsun.java2d.noddraw=true -Didea.max.intellisense.filesize=2500 -Didea.dynamic.classpath=false -Didea.jars.nocopy=false -Dsun.java2d.d3d=false -Dapple.awt.fullscreencapturealldisplays=false -Dapple.laf.useScreenMenuBar=true -Djava.endorsed.dirs= -Dswing.bufferPerWindow=false -Didea.fatal.error.notification=enabled -Didea.cycle.buffer.size=1024 -Didea.popup.weight=heavy -Didea.xdebug.key=-Xdebug -Dapple.awt.graphics.UseQuartz=true -Dsun.java2d.pmoffscreen=false -Didea.no.launcher=false -DCVS_PASSFILE=~/.cvspass -Didea.use.default.antialiasing.in.editor=false -Dcom.apple.mrj.application.live-resize=false -Didea.smooth.progress=false
29392 Jps -Dapplication.home=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home -Xms8m
Nơi nào -Xmx800
đến từ đâu? Tôi cần phải loại bỏ nó.
~/Library/Preferences/IdeaIC14/idea.vmoptions
thành idea64.vmoptions
trước khi nó nhận ra sự thay đổi, tức là , -Xmx2048m
.