애플리케이션 개발/Spring

[Spring] STS 속도 개선하기

sofiaaa 2023. 3. 10. 11:21
반응형

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

 

반응형