Eclipse 100%+ CPU usage with specific workspace -
i'm using eclipse luna. open workspace java cpu usage goes on 100% , doesn't go down. doesn't happen other workspaces. tried several things, , don't work:
- running
./eclipse -clean
- deleting
org.eclipse.core.resources
folder in.metadata/.plugins
directory of workspace , reimporting projects workspace: seemed work yesterday, today workspace freezing again.
i forgot mention, it's not cpu usage, main problem workspace freezing , can't action (can't edit code, can't open files, etc...). think there's corrupted workspace, because other workspaces work fine without increasing ram availability. tried -xmx
thing, doesn't work anyway.
%cpu usage fine showing more 100% using top command, doesn't mean in trouble until high.
actually eclipse need more memory run. should run eclipse passing xmx args more memory
./eclipse [normal arguments] -vmargs -xmx1256m [more vm args]
Comments
Post a Comment