Aptana Studio 작업하다가 언제부턴가 파일을 저장하거나 원격싱크할 때
하단바에 Building Workspace 라는 메세지가 나오면서 느려졌다.
처리 방법은
.metadata/.plugins/org.eclipse.core.resources/.history 디렉토리를 지워도 되지만
.metadata/.plugins/org.eclipse.core.resources/.history 디렉토리를 지워도 되지만
Preferences -> General -> Workspace -> Local history 에서 날짜를 좀 줄이면 된다.
난 7일로 되어 있는걸 3일로 줄였더니 괜찮아졌다.
problem : Eclipse building workspace slow
solution :
Reduce the number of days to keep in history.
Reduce the number of days to keep in history.
(Preferences -> General -> Workspace -> Local history)
이 방법으로 안되면
or
Project -> Build Automatically 체크해제(Uncheck)