So I am trying to improve Eclipse performance, someone suggested a while ago to move the JVM to a RAM disk, I did that with imdisk, I basically copied the jdk folder to that disk and pointed there from eclipse.ini – eclipse does not load!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The JVM loads almost completely during the startup of Eclipse.
The major speed issue is the filesystem underlying the workspace and Eclipse itself. Especially for Windows with Anti-Virus this can be very slow.
I suggest that instead of working with moving the JDK you should analyze your system to find out what makes it slow and go from there. If it starts swapping nothing else but fixing that will work.