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 | 29 | 30 |
Tags
- Sqoop
- mybatis
- SPC
- Express
- es6
- JavaScript
- Python
- IntelliJ
- Kotlin
- 공정능력
- SQL
- Spring
- R
- MSSQL
- 보조정렬
- tomcat
- xPlatform
- window
- SSL
- NPM
- plugin
- Java
- react
- table
- GIT
- mapreduce
- hadoop
- Android
- Eclipse
- vaadin
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' 카테고리의 다른 글
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