쿼츠 블로그를 위해 대공사
This commit is contained in:
@@ -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)를 사용하자.
|
||||
Reference in New Issue
Block a user