Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 공정능력
- mybatis
- Android
- GIT
- es6
- plugin
- JavaScript
- SPC
- window
- Java
- Eclipse
- tomcat
- 보조정렬
- NPM
- hadoop
- Sqoop
- SQL
- IntelliJ
- R
- Express
- table
- vaadin
- xPlatform
- MSSQL
- SSL
- mapreduce
- Python
- Kotlin
- react
- Spring
Archives
- Today
- Total
DBILITY
intellij Memory Indicator heap clean? 본문
반응형
표시되는 부분을 우연히 double click하니 메모리가 줄어드는 건 원래 그런가?
그림 1은 전, 그림 2는 후의 모습이다.
이거 보고 광고 한번 안 누른 이는 삼대가 재수가 없을지어다!ㅋㅋ
다음은 다른 블로그에서 참고해서 조정한 vm설정이다.
-server
-Xms4096m
-Xmx4096m
-XX:NewRatio=3
-Xss16m
-XX:+AlwaysPreTouch
-XX:+TieredCompilation
-XX:ReservedCodeCacheSize=512m
-XX:SoftRefLRUPolicyMSPerMB=50
-XX:+UseCodeCacheFlushing
-Dsun.io.useCanonCaches=false-ea
-XX:ClCompilerCount=2
-Dsun.io.useCanonPrefixCache=false
-Djava.net.preferIPv4Stack=true
-Djsse.enableSNIExtension=false
-Djdk.http.auth.tunneling.disabledSchemes=""
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow
-Djdk.attach.allowAttacheSelf=true
-Dkotlinx.coroutines.debug=off
-Djdk.mobile.illegalAccess.silent=true
-XX:+UseCompressedOops
-XX:+UseG1GC
-Dfile.encoding=UTF-8
https://snow-line.tistory.com/34
IntelliJ Memory Option 최적화
IntelliJ를 기본 설정으로 사용하면 메모리가 부족해서 느려지는 현상이 나타나기 떄문에 VM 설정을 변경해야 합니다. 이번 포스팅에서는 Memory 옵션 값 변경과 실행 시간을 측정하였습니다. 1. 사
snow-line.tistory.com
반응형
'intellij' 카테고리의 다른 글
intellij spring-boot-devtools setting (0) | 2022.01.01 |
---|---|
intellij typescript auto recompile (0) | 2021.12.24 |
intellij sql formatting place comma position change (0) | 2021.11.24 |
intellij swing Exception in thread "main" java.awt.IllegalComponentStateException: contentPane cannot be set to null. (0) | 2021.11.23 |
intellij java source serialVersionUID Generation (0) | 2021.11.12 |
Comments