<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ko">
	<id>http://junhoahn.kr/noriwiki/index.php?action=history&amp;feed=atom&amp;title=Page_eviction</id>
	<title>Page eviction - 편집 역사</title>
	<link rel="self" type="application/atom+xml" href="http://junhoahn.kr/noriwiki/index.php?action=history&amp;feed=atom&amp;title=Page_eviction"/>
	<link rel="alternate" type="text/html" href="http://junhoahn.kr/noriwiki/index.php?title=Page_eviction&amp;action=history"/>
	<updated>2026-05-19T11:22:47Z</updated>
	<subtitle>이 문서의 편집 역사</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>http://junhoahn.kr/noriwiki/index.php?title=Page_eviction&amp;diff=507&amp;oldid=prev</id>
		<title>Ahn9807: 새 문서: 분류: 메모리 관리  == 개요 == 페이지 Eviction이란 시스템에 1. 더이상 메모리를 할당 할 수 없거나, 2. swap out policy에 따라서 적당한 양의 메모리를 확보하고자 할때, 현재 메모리에 있는 page중에서 disk로 swap-out될 페이지를 결정하는 과정이다. Page Eviction의 방식은 LRU, LRF, 2nd Algorithm, Clock Eviction Algorithm과 같은 방식을 이용하여 작동하게 된다.    == Type == #...</title>
		<link rel="alternate" type="text/html" href="http://junhoahn.kr/noriwiki/index.php?title=Page_eviction&amp;diff=507&amp;oldid=prev"/>
		<updated>2023-02-11T02:45:32Z</updated>

		<summary type="html">&lt;p&gt;새 문서: &lt;a href=&quot;/noriwiki/index.php?title=%EB%B6%84%EB%A5%98:%EB%A9%94%EB%AA%A8%EB%A6%AC_%EA%B4%80%EB%A6%AC&quot; title=&quot;분류:메모리 관리&quot;&gt;분류: 메모리 관리&lt;/a&gt;  == 개요 == 페이지 Eviction이란 시스템에 1. 더이상 메모리를 할당 할 수 없거나, 2. swap out policy에 따라서 적당한 양의 메모리를 확보하고자 할때, 현재 메모리에 있는 page중에서 disk로 swap-out될 페이지를 결정하는 과정이다. Page Eviction의 방식은 &lt;a href=&quot;/noriwiki/index.php?title=LRU&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;LRU (없는 문서)&quot;&gt;LRU&lt;/a&gt;, &lt;a href=&quot;/noriwiki/index.php?title=LRF&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;LRF (없는 문서)&quot;&gt;LRF&lt;/a&gt;, &lt;a href=&quot;/noriwiki/index.php?title=2nd_Algorithm&quot; title=&quot;2nd Algorithm&quot;&gt;2nd Algorithm&lt;/a&gt;, &lt;a href=&quot;/noriwiki/index.php?title=Clock_Eviction_Algorithm&quot; title=&quot;Clock Eviction Algorithm&quot;&gt;Clock Eviction Algorithm&lt;/a&gt;과 같은 방식을 이용하여 작동하게 된다.    == Type == #...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;새 문서&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[분류: 메모리 관리]]&lt;br /&gt;
&lt;br /&gt;
== 개요 ==&lt;br /&gt;
페이지 Eviction이란 시스템에 1. 더이상 메모리를 할당 할 수 없거나, 2. swap out policy에 따라서 적당한 양의 메모리를 확보하고자 할때, 현재 메모리에 있는 page중에서 disk로 swap-out될 페이지를 결정하는 과정이다. Page Eviction의 방식은 [[LRU]], [[LRF]], [[2nd Algorithm]], [[Clock Eviction Algorithm]]과 같은 방식을 이용하여 작동하게 된다.  &lt;br /&gt;
&lt;br /&gt;
== Type ==&lt;br /&gt;
# Code page: 이 파일은 그냥 메모리에서 지우면 된다. 왜냐하면 나중에 디스크에서 읽어오면 되기 때문이다. &lt;br /&gt;
# Unmodified data page: 만약 페이지가 디스크로 swap-out된 적이 있으면, 메모리리에서 그냥 삭제하면 된다. 만약 이 페이지가 Swap disk로 swap-out된 적이 없다면, swap space를 할당하고 페이지를 그곳에서 작성한다. 그러나 만약 zero-page가 unmodified 되었다면 그냥 메모리에서 삭제 하면 된다. &lt;br /&gt;
# Modifed data page (dirty page): 만약 페이지가 swap-disk로 swap out된 적이 있다면, 페이지를 스왑 디스크에 작성한다. 만약 페이지가 디스트로 swap out된 적이 없다면, 새로운 swap space를 할당하고 페이지를 그곳에 작성한다.&lt;/div&gt;</summary>
		<author><name>Ahn9807</name></author>
	</entry>
</feed>