"메모리 부족 OOM"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(사용자 2명의 중간 판 9개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;out of memory; OOM
;out of memory (OOM)
;메모리 부족, 아웃 오브 메모리
;메모리 부족, 아웃 오브 메모리
*프로그램 또는 OS가 사용할 메모리가 부족한 현상
* 프로그램 또는 OS가 사용할 메모리가 부족한 현상
* [[스왑 공간]]을 포함하여 모든 가용한 메모리가 할당된(allocatated) 상태<ref>Out of Memory (OOM) refers to a computing state where all available memory, including swap space, has been allocated. https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_MRG/1.3/html/Realtime_Tuning_Guide/sect-Realtime_Tuning_Guide-General_System_Tuning-Swapping_and_Out_Of_Memory_Tips.html</ref>


https://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Out_of_Memory_in_Linux.jpg/320px-Out_of_Memory_in_Linux.jpg
[[파일:Out_of_Memory_in_Linux.jpg|330px]]


==예시: 톰캣==
==예시: 톰캣==
<source lang='text'>
<syntaxhighlight lang='text'>
28-Jul-2016 20:12:18.963 SEVERE [ContainerBackgroundProcessor[StandardEngine[Catalina]]] org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run Unexpected death of background thread ContainerBackgroundProcessor[StandardEngine[Catalina]]
28-Jul-2016 20:12:18.963 SEVERE [ContainerBackgroundProcessor[StandardEngine[Catalina]]] org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run Unexpected death of background thread ContainerBackgroundProcessor[StandardEngine[Catalina]]
  java.lang.OutOfMemoryError: GC overhead limit exceeded
  java.lang.OutOfMemoryError: GC overhead limit exceeded
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==
16번째 줄: 17번째 줄:
* [[스래싱]]
* [[스래싱]]
* [[파일시스템 full]]
* [[파일시스템 full]]
* [[PHP Fatal error: Out of memory]]


==참고 자료==
==참고==
*https://en.wikipedia.org/wiki/Out_of_memory
* {{영어위키백과|Out of memory}}
* https://sebiwi.github.io/comics/OOM/ OOM 《Sebiwi》 2019-03-04


[[분류: 메모리]]
[[분류: OOM]]

2021년 7월 17일 (토) 17:45 기준 최신판

1 개요[ | ]

out of memory (OOM)
메모리 부족, 아웃 오브 메모리
  • 프로그램 또는 OS가 사용할 메모리가 부족한 현상
  • 스왑 공간을 포함하여 모든 가용한 메모리가 할당된(allocatated) 상태[1]

Out of Memory in Linux.jpg

2 예시: 톰캣[ | ]

28-Jul-2016 20:12:18.963 SEVERE [ContainerBackgroundProcessor[StandardEngine[Catalina]]] org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run Unexpected death of background thread ContainerBackgroundProcessor[StandardEngine[Catalina]]
 java.lang.OutOfMemoryError: GC overhead limit exceeded

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}