﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LinuxLane.com &#187; swap</title>
	<atom:link href="http://www.linuxlane.com/tag/swap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxlane.com</link>
	<description>เรียนรู้การใช้งาน ลีนุกซ์ [ Linux ]</description>
	<lastBuildDate>Fri, 03 Sep 2010 06:42:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>การเพิ่ม Swap ให้กับลินุกซ์ด้วย swap file</title>
		<link>http://www.linuxlane.com/linux-swap-file/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.linuxlane.com/linux-swap-file/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 16:19:56 +0000</pubDate>
		<dc:creator>Chatpong Duangbung</dc:creator>
				<category><![CDATA[บทความ]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[swap]]></category>

		<guid isPermaLink="false">http://www.linuxlane.com/?p=111</guid>
		<description><![CDATA[ในบางกรณี ที่หน่วยความจำของระบบ (แรม) ไม่เพียงพอต่อการใช้งาน เราอาจจำเป็นต้องมีการเพิ่ม swap หรือ หน่วยความจำเสมือนบางครั้ง โดยวิธีการที่ง่ายที่สุด ในการเพิ่ม swap มีดังนี้ครับ 1. เราจะกำหนดขนาดของ swap ให้มีขนาด 1 GB ดังนี้ โดยไฟล์จะถูกเก็บไว้ที่ /swapfile # dd    if=/dev/zero    of=/swapfile   bs=1024    count=1024000 2. กำหนดให้ ไฟล์ /swapfile ให้มีการเก็บข้อมูลในรูปแบบของ swap ดังนี้ # mkswap   /swapfile 3. เริ่มต้นใช้งาน swap # swapon    /swapfile 4. สามารถตรวจสอบได้จากคำสั่ง # free หรือ # [...]]]></description>
		<wfw:commentRss>http://www.linuxlane.com/linux-swap-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>


