250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Python
- JavaScript
- Core Java
- Thymeleaf
- PostgreSQL
- 문서
- Spring Boot
- git
- MSSQL
- JDBC
- Docker
- maven
- MySQL
- Open Source
- ubuntu
- Exception
- STS
- 오픈소스
- error
- Tomcat
- Source
- 설정
- jpa
- AJAX
- oracle
- IntelliJ
- spring
- Eclipse
- SpringBoot
- myBatis
Archives
- Today
- Total
목록Memory Analyzer (1)
헤르메스 LIFE
[Tool] Memory Analyzer (MAT)
링크 : http://www.eclipse.org/mat/ OutOfMemoryError의 경우에 heapdump를 JVM생성하는 option : -XX:+HeapDumpOnOutOfMemoryError Memory Analyzer 실행 package de.vogella.mat.first; import java.util.ArrayList; import java.util.List; public class Main { /** * @param args */ public static void main(String[] args) { List list = new ArrayList(); while (1
장난감들
2012. 5. 23. 18:15