Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any plugins to automatically optimize Eclipse.ini file?

it seems to be so tricky to have a really optimized "eclipse.ini" file. I need to load multiple OSGi projects in the work space and develop and compile them parallel.

I have some tries to optimize the .ini file, but never could be sure this is the best choice.

Do you know any automatic optimizer plugin or gadget which handles the job using system preferences?

Thanks a lot

like image 734
Moein Avatar asked Mar 14 '12 06:03

Moein


2 Answers

Optimizer For Eclipse, from ZeroTurnaround helps with this.

What does it help with?

  • Insufficient memory allocation
  • Class verification overhead
  • Excessive indexes and history
  • Obsolete or slow JDK
  • Eclipse being out of date
  • Lengthy build and redeploy times

For more details, check out this article from RebelLabs.

like image 67
Neeme Praks Avatar answered Oct 05 '22 22:10

Neeme Praks


Optimizer For Eclipse, from the jrebel team, does exactly this.

like image 30
soru Avatar answered Oct 05 '22 21:10

soru