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