에임에서의 기록 백업

This commit is contained in:
2026-04-01 15:11:05 +09:00
parent be892052e2
commit 4bafee36ee
251 changed files with 3726 additions and 253 deletions
+13
View File
@@ -0,0 +1,13 @@
### Heap Dump 뜨기
```bash
jmap -dump:format=b,file=heapdump.hprof {PID}
```
[[PID]]
ex)
```bash
jmap -dump:format=b,file=heapdump.hprof 84544
```
### Heap Dump 분석하기
Eclipse Memory Analyzer (MAT)를 사용하자.