archive 삭제

This commit is contained in:
2026-04-09 10:02:57 +09:00
parent ae55b4b130
commit 973af1937e
245 changed files with 0 additions and 3799 deletions
@@ -1,13 +0,0 @@
### 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)를 사용하자.