does EAP 107.18 use a lot more memory?
On OSX I am now finding the after a while IntelliJ uses over 1GB of real memory and 1.63 GB of virtual memory
IntelliJ IDEA 97293 hjs 41.9 62 1.21 GB 1.63 GB 52.5 MB
It use to always stay under 300MB which I found quite amazing too. Do others find that the memroy requirements
have increased recently?
Or is this a perhaps due to my setting -Didea.scala.usetrylock=true which I did due to a freezing problem described in
http://youtrack.jetbrains.net/issue/SCL-3071?projectKey=SCL&query=commenter%3A+me
Henry
请先登录再写评论。
What is the -Xmx value?
Could you please upload memory snapshot?
It is difficult to be sure of the arguments on OSX, at least I can't find a way for ps to show it to me
If I look in IdeaX-IC-107.18.app/Contents/Info.plist I find
Perhaps I should try forcing it to run in 32 bit mode?
I am not sure how to upload a memory snapshot.
As to -Xmx, you can change the value in Info.plist
Also, please have a look here http://devnet.jetbrains.net/docs/DOC-192 for taking snapshots and setting memory levels instructions
You can upload information here: ftp.intellij.net/.uploads
In the doc-192 it says that the memory snapshot tools do not work in 64 bit mode. Is that still true? It looks like by default this version of IntelliJ runs in 64 bit mode.
I am going to see if setting the LSArchitecturePriority helps me to move to 32 bit mode.
<key>LSArchitecturePriority</key>
<array>
<string>x86_32</string>
<string>i386</string>
</array>