mohd874
mohd874

Reputation: 171

Can we choose which plugins to load in eclipse on the startup?

I am working on different technologies and frameworks. I write:

Currently I am separating the projects in different work spaces, but my eclipse became for fat it consumes so much memory (it can reach +700mb). I thought about separate installations, but it doesn’t seem practical and it will eat up a lot of space.

I appreciate your answers.


EDIT: Thank you for everyone. With both Maxym and zvikico answer from this question I can setup my workspaces more properly

Upvotes: 7

Views: 610

Answers (2)

Maxym
Maxym

Reputation: 11906

Go to

Window > Preferences > General > Startup and Shutdown

here you will see "Plug-ins activated on startup", so you check/uncheck them

Upvotes: 8

Prakash G. R.
Prakash G. R.

Reputation: 4892

The UI contributions will not start a plugin. Only when you click a menu/tool bar item or open a view or editor or perspective, the respective plugin will be started. So just because of having those plugins in your installation won't eat up your memory. They won't be started until you actually use them.

Upvotes: 4

Related Questions