It's important to keep in mind that, starting with Java 8, the Metaspace replaces the PermGen – bringing some substantial changes.

permgen space가 무엇인지 궁금해졌다.

자바8버전부터 메타스페이스로 대체되었다네 ? ㅎㅎ;;

PermGen (Permanent Generation) is a special heap space separated from the main memory heap.

영구적인 세대,탄생? ㅋㅋ;; 메인 메모리 힙으로부터 분리되어진 특별한 힙 공간이다. 입문자인 나는 여기까지만.... 

The JVM keeps track of loaded class metadata in the PermGen. 

PermGen안에 실린 클래스 메타데이터의 자취를 JVM이 킵한다. 내 영어 수준으로는 이게 한계다..더 자세한 것을 요기>https://www.baeldung.com/java-permgen-metaspace한글로 설명된 요기> https://johngrib.github.io/wiki/java8-why-permgen-removed/

 

JDK 8에서 Perm 영역은 왜 삭제됐을까

 

johngrib.github.io

요기>https://goodgid.github.io/Java-8-JVM-Metaspace/

 

Java 8에서 JVM의 변화 : PermGen이 사라지고 Metaspace가 등장하다.

Index

goodgid.github.io

 

<perm에 대한 심화 과정을 알고 싶으면>

https://blog.naver.com/kbh3983/220985603798

 

[JVM] PERM 영역 이해하기

펌 영역에서 OOME(Out Of Memory Error)가 발생하면 아래와 같이 로그가 남는다 펌( PERM : P...

blog.naver.com

중요한 것은 다 읽어도 뒤돌면 까먹는다... 그런 이론적인 분야니깐... 언젠간 다시 볼 날이 오겠지..

'컴퓨터 지식' 카테고리의 다른 글

프로토콜  (0) 2021.10.08
JDBC  (0) 2021.10.08
parameter && argument  (0) 2021.10.06
eclipse.ini && -vm  (0) 2021.10.06
스키마  (0) 2021.10.06

+ Recent posts