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
- JDBC
- oracle
- maven
- Python
- AJAX
- 문서
- myBatis
- jpa
- IntelliJ
- SpringBoot
- Core Java
- Source
- Exception
- JavaScript
- spring
- 오픈소스
- git
- MySQL
- MSSQL
- 설정
- Docker
- Eclipse
- Tomcat
- ubuntu
- PostgreSQL
- Open Source
- error
- STS
- Spring Boot
- Thymeleaf
Archives
- Today
- Total
목록memory leak (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