써먹는 웹개발
[Datagrip] Low memory: The IDE is running low on memory and this might affect performance. Please consider increasing the heap size. // Analyze memory use Configure (moments ago) 해결한 방법 본문
Developer Tools/IntelliJ & DataGrip
[Datagrip] Low memory: The IDE is running low on memory and this might affect performance. Please consider increasing the heap size. // Analyze memory use Configure (moments ago) 해결한 방법
kmhan 2023. 10. 18. 20:28728x90
반응형
1. 원인 : Allocated가 Max Heap Size 초과
나의 경우 크롬창을 10개 이상씩 열다보니 Heap 메모리가 초과됨
2. Help > Edit Custom VM Options 눌러서 '-Xms2048m'값을 '-Xms3072m'로 변경
그래도 안되면 크롬창 닫아주세요.
728x90
반응형
'Developer Tools > IntelliJ & DataGrip' 카테고리의 다른 글
[DataGrip] 테이블 마이그레이션 방법 (0) | 2023.10.23 |
---|---|
[Intellij - Maven] Blocked the mirror 에러 (0) | 2023.09.08 |
[DataGrip] [22007][1366] (conn=8) Incorrect string value: '\xEA\xB8\xB0\xEC\x97\x85...' for column ``.``.`컬럼명` at row 0 해결방법 (0) | 2023.08.12 |
[Intellij] Mariadb 스키마 비교 (0) | 2023.01.04 |
[Intellij] 서버 2개 한번에 실행(Run)시키는 방법 (0) | 2022.12.16 |
Comments