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:

  1. running ./eclipse -clean
  2. deleting org.eclipse.core.resources folder in .metadata/.plugins directory of workspace , reimporting projects workspace: seemed work yesterday, today workspace freezing again.

java cpu usage

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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -