95.214 U keeps crashing with multiple projects loaded
The 95.214 U build seems to keep crashing on me when I have multiple projects loaded. I will attach the dump files. This is on ubuntu 8.04LTS and Sun JDK 1.6.0_20x64 with the following settings.
-Xms128m
-Xmx384m
-XX:MaxPermSize=192m
-XX:+UseCompressedOops
-XX:-EliminateLocks
-XX:+UseBiasedLocking
-ea
Attachment(s):
hs_err_pid29220.log.zip
hs_err_pid11465.log.zip
hs_err_pid10294.log.zip
请先登录再写评论。
why
-XX:+UseCompressedOops
-XX:-EliminateLocks
-XX:+UseBiasedLocking
?
After testing the JVM settings, these give me the best performance in both memeory and speed. The improvement can be significant with an almost 1.5X savings in memory and up to 30% speed improvement.
Just an FYI, I have been using these settings since they have been supported in the Sun JDK 1.6.0_14.
i've been aiming at the fact that they don't make sense. the speed difference of idea won't even be measureable. and, if you're going for performance, you'll want to use the "-server" option, which has a really high impact., sometimes 50% or more.
also, using compressed ops only makes sense when using a 64 bit vm, which only makes sense if you need several gigabyte of memory, but your Xmx option is at 384.
but i cannot help you, sorry.
Hi,
You should have put Ubuntu 8.10 x64 in your title - I almost didn't look at this..
Looking at the fatatl error you are getting:
I have gotten this same exception. The following is copied from previous thread where I posted some info http://www.jetbrains.net/devnet/message/5259840#5259840
So, I have continued using Windows 7 64-bit since I have not found a solution to the issue and there is no workaround except turning off the JIT which kills the performance.
-Alex
Thanks for the info. It seems to be intermittent as I have had 2-3 projects running all day today.
The default for my JVM is -server. I find the memory management to be more stable with the 64-bit JVM, especially when I have to increase memory. Depending on which projects I am running, I sometimes have to increase it to a few Gb. You are right that I will probably not notice much of a performance improvement with Idea, but I haven't seen any negative side effects.