매우 느린 이클립스 4.2, 반응 속도를 높이는 방법은 무엇입니까?
상당히 큰 PHP 프로젝트에서 Eclipse PDT를 사용하고 있으며 IDE를 거의 사용할 수 없습니다. 파일을 여는 데 거의 30 초가 걸리며 파일 탐색기에서 폴더 선택, 일부 텍스트 편집 등과 같은 기타 작업도 마찬가지로 느립니다.
속도를 높이기 위해 다양한 지침을 따랐지만 아무것도 작동하지 않는 것 같습니다. 이것은 내 현재 eclipse.ini
파일입니다. 어떻게 개선 할 수 있을지 아십니까?
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120522-1813
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-server
-Dosgi.requiredJavaVersion=1.7
-Xmn128m
-Xms1024m
-Xmx1024m
-Xss2m
-XX:PermSize=128m
-XX:MaxPermSize=128m
-XX:+UseParallelGC
시스템 : Eclipse 4.2.0, Windows 7, 4GB RAM
실제로 컴퓨터 구성을 살펴볼 때 컴퓨터에서 다른 작업이 수행되지 않는지 확인하고 필요한 메모리를 줄이는 실험을해야합니다 (예 : -Xmx512m). 너무 많은 힙 공간을 요청하는 경우 많은 OS 페이징을 수행하고있을 수 있습니다.
Eclipse가 조용히 수정을 작성하고 위키 (!)를 통해 모든 비밀로 발표 한 것 같습니다. 적어도 저에게는 문제가 완화되는 것 같습니다. 아직 길이를 테스트하지는 않았지만.
http://wiki.eclipse.org/Platform_UI/Juno_Performance_Investigation을 참조하십시오 .
기본적으로 4.2 업데이트 사이트에서 "Juno SR1 패치 / Eclipse UI Juno SR1 최적화"를 설치해야합니다. http://download.eclipse.org/eclipse/updates/4.2
이 최적화를위한 버그 추적 : https://bugs.eclipse.org/bugs/show_bug.cgi?id=394588
PDT 3.1 및 eclipse 4.2 (juno)에는 알려진 성능 문제가 있습니다.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=385272
이것이 해결책입니다.
다른 퍼스펙티브 (예 : java, PHP는 아님)를 열고 Eclipse를 다시 시작하십시오. 나중에 PHP 관점으로 다시 전환 할 수 있습니다. Eclipse에는 성능 문제가 없습니다.
여기 에서도 언급 됨
일부 시스템에서 eclipse juno를 느리게 만드는 알려진 버그도 있습니다.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=385272
해결 방법은 workbench.xmi
파일 을 삭제하는 것 같습니다 .
에서 http://wiki.eclipse.org/Platform_UI/Juno_Performance_Investigation
- Juno SR1 릴리스 (2012 년 9 월)의 패키지에서 이미 실행 중인지 확인하십시오.
- 도움말 호출> 새 소프트웨어 설치
- 이 저장소 선택 : http://download.eclipse.org/eclipse/updates/4.2
- Juno SR1 패치를 확장하고 Eclipse UI Juno SR1 최적화 설치
나를 위해 일했다
Eclipse 및 ARM 에뮬레이터 실행과 비슷한 문제가 발생했습니다. Eclipse에서 탭에서 탭으로 전환 할 때 전환하는 데 5 초가 걸리고 Eclipse는 잠시 동안 "응답 없음"모드에있게됩니다. 실제로 -Xmx1024m을 사용하여 eclipse.ini의 힙 메모리를 늘 렸습니다. 문제가 해결되었습니다.
4.2 (PDT 사용)로 전환 할 때 UI 성능 문제가 매우 크며 잠시 조사한 결과 PHP 관점 때문이라는 것을 알았습니다. 말이 안되지만 두 대의 다른 컴퓨터에서 확인할 수 있습니다.
다른 리소스 (예 : 리소스)로 전환 한 다음 Eclipse를 다시 시작합니다 (마지막 부분이 중요 함).
도움이된다면 알려주세요.
I was having huge problems with performance (switching between editor windows was SLOW). I modified the eclipse.ini file to use -Xmx1024m rather than -Xmx512m and the performance is much better.
Update -- After a while I started noticing the fix above did not make my problems go away entirely. I did find another post above helpful. I install the Spring Source Toolsuite plugin and I believe that may be the source of the slowness. After installing the patch at the following link, Eclipse is running much more smoothly: http://wiki.eclipse.org/Platform_UI/Juno_Performance_Investigation
Eclipse 4.2 Service Release 2 was released a few days ago (1 Mar 2013. It is the result of the all of these investigations and the patches suggested previously. Give it a shot!
Make sure you have turned off "show whitespace characters" on Linux. (https://bugs.eclipse.org/bugs/show_bug.cgi?id=320595)
I'm using Eclipse 4.2.2 version for Developing android Apps. But its slow when coding my applications. (not XML graphical layout or Android Emulator)
I'm using NetBeans also, but it's working really well!
Specially I want to notify here I've added many more plugins to Eclipse and now I've uninstalled all of that. Now there is only ADT Plugin with Eclipse Base Plugins.
I've seen some best settings for speed up eclipse UI.
I want to know what's the best settings for my laptop.
Windows 8.1, 12 GB Ram.
at lastly sorry for posting here, I cant post any questions because I'm blocked.
I hope best solution from here.
참고URL : https://stackoverflow.com/questions/11446825/very-slow-eclipse-4-2-how-to-make-it-more-responsive
'Nice programing' 카테고리의 다른 글
Chrome 및 Opera가 색인 ASC로 JSON 개체를 정렬하는 것을 어떻게 중지합니까? (0) | 2020.12.01 |
---|---|
Google 검색 자동 완성 API? (0) | 2020.12.01 |
특정 시간 후에 다른 HTML 페이지를로드하고 싶습니다. (0) | 2020.12.01 |
NSDictionaryOfVariableBindings 신속하게 대응합니까? (0) | 2020.12.01 |
동일한 폴더에 go 파일 가져 오기 (0) | 2020.12.01 |