STS 는 왜 날 따라다니는걸까
내가 따라다니는 걸수도..
1. STS.ini 최적화 설정변경
-Xms1024m
-Xmx2048m
2. 이클립스 Show Heap Status
- Window > preferences > General - Show heap status 체크
3. 스펠링체크 설정 해제
- Window > preferences > General > Text Editors > Spelling - Enable spell checking 체크해제
4. Automatic Updates
- Window > preferences > Install/Update > Automatic Updates - Automatically find new updates and notify me 체크해제
5. 이클립스 인코딩 UTF-8 설정
- Window > preferences > General >Workspace - Text file encoding
6.Controll 눌렀을시 느려지는 현상 해결
- Window -> Preferences -> General -> Editors -> Text Editors -> Hyperlinking 나는 다 uncheck
>> OPEN은 그대로 두고 나머지만 해제하였다.
아래 블로그를 참고했고,
나름 빨라졌다.
https://unordinarydays.tistory.com/137
Eclipse STS 튜닝 STS.ini (Freeze 현상 해결을위한)
현재 컴퓨터의 환경 Os Windows 10 IDE STS 4.1.3 Jdk 1.8.0_211 1. STS.ini 최적화 설정변경 * 현재 사용중인 STS.ini 설정내용 -Dosgi.requiredJavaVersion=1.8 -vm C:/Program Files/Java/jdk1.8.0_172/bin/javaw.exe --add-modules=ALL-SYSTEM
unordinarydays.tistory.com
'애플리케이션 개발 > Spring' 카테고리의 다른 글
[java] Tomcat server.xml에서 커넥션 풀 설정하기 (0) | 2025.04.28 |
---|---|
[Spring] Cache (@Cacheable, @CachePut, @CacheEvict) (0) | 2023.02.22 |
[Spring] @SuppressWarnings("unchecked") (0) | 2023.01.13 |
[Spring] Picked up JAVA_TOOL_OPTIONS: -Djava.net.preferIPv4Stack=true (0) | 2023.01.10 |
[ios] 애플 로그인 (0) | 2022.12.14 |