How much ram and processing power are required to run eclipse smoothly?
I plan to build plugins by extending EMF, GEF.
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.
If you want to be confortable to build plugins, 2GB of RAM is a minimum since you would need multiple Eclipse instances (at least the instance where you have the code of the plugin and the instance where your plugin is running). For the processor, pretty much anything released in the last 4 years (except low end processor) and you’re good.
I had a Core 2 Duo with 2GB of RAM a year ago and while it was a bit slow from time to time, I could do my job with 2/3 Eclipse instances. Now with a Core i7 and 6GB, I run daily with 6+ Eclipse instances without feeling any problem.
Stephane Begaudeau