Well… the title says it pretty well. I am extremely irritated at Eclipse Europa under Linux x86_64. The reason: I cannot build jME without first hitting an OutOfMemory error (heap space of the VM).
and many other variations and numbers. I have also tried editing the eclipse.ini file to match these arguments to no avail. The point is that I recently updated to OpenSuSE 10.3 (x86_64) and this is not working anymore…
I would like an answer to this, but I realize there might be none… I am happy just to rant a little bit if nobody has any brilliant ideas on how to make this work.
You'll probably have to double -XX:MaxPermSize=128m to -XX:MaxPermSize=256m because the runtime takes twice as much memory for referencess; they (references) go from 32 bits to 64 bits, 8 bytes instead of 4
Yeah, it is weird, I did not have any problem with SuSE 10.2… I neglected to mention that I am using the YaST repository Packman to install Eclipse, instead of downloading it directly from Eclipse… Maybe this is it, but it should not.
Regarding NetBeans, even though I used it for many years, I have came to like Eclipse more and more recently. (EXCEPT FOR THE ST|_|PID MEMORY ERRORS). :x
Oh, well, I think talking about this is therapeutic… I think I just hate everything that does not support x86_64 completely…
Well, as I said, I have been using very different setups, and as you can see in the first post, I even had -XX:MaxPermSize=1024m, and still had the memory error... what I will do is simply downgrade to a 32-bit JVM and Eclipse...
What happened to the good old days where Eclipse startup was just a JAR and not a binary? *sigh* :|