<?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>x83.net &#187; swap</title>
	<atom:link href="http://www.x83.net/tag/swap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x83.net</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 13:53:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to clear SWAP</title>
		<link>http://www.x83.net/how-to-clear-swap/</link>
		<comments>http://www.x83.net/how-to-clear-swap/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 12:28:00 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[clear]]></category>
		<category><![CDATA[swap]]></category>
		<category><![CDATA[swapoff]]></category>
		<category><![CDATA[swapon]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=736</guid>
		<description><![CDATA[It happens for swap to be used from time to time : root@servcorp:~# free -m total used free shared buffers cached Mem: 4011 759 3252 0 4 53 -/+ buffers/cache: 702 3309 Swap: 8191 15 8176 To clear the swap run : root@servcorp:~# swapoff -a &#038;&#038; swapon -a And free shows : root@servcorp:~# free -m [...]]]></description>
			<content:encoded><![CDATA[<p>It happens for swap to be used from time to time :</p>
<p><strong>root@servcorp:~# free -m</strong><br />
             total       used       free     shared    buffers     cached<br />
Mem:          4011        759       3252          0          4         53<br />
-/+ buffers/cache:        702       3309<br />
Swap:         8191         15       8176</p>
<p>To clear the swap run :</p>
<p><strong>root@servcorp:~# swapoff -a &#038;&#038; swapon -a</strong></p>
<p>And <strong>free </strong>shows :</p>
<p><strong>root@servcorp:~# free -m</strong><br />
             total       used       free     shared    buffers     cached<br />
Mem:          4011        746       3265          0          4         55<br />
-/+ buffers/cache:        686       3325<br />
Swap:         8191          0       8191</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/how-to-clear-swap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add swap on Linux</title>
		<link>http://www.x83.net/add-swap-on-linux/</link>
		<comments>http://www.x83.net/add-swap-on-linux/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 19:09:46 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[/etc/fstab]]></category>
		<category><![CDATA[echo]]></category>
		<category><![CDATA[mkswap]]></category>
		<category><![CDATA[swap]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=390</guid>
		<description><![CDATA[[root@host ~]# dd if=/dev/zero of=/swapfile bs=1024 count=1048576 1048576+0 records in 1048576+0 records out [root@host ~]# sync [root@host ~]# mkswap /swapfile Setting up swapspace version 1, size = 1073737 kB [root@host ~]# swapon /swapfile [root@host ~]# echo &#8220;/swapfile swap swap defaults 0 0&#8243; >> /etc/fstab]]></description>
			<content:encoded><![CDATA[<blockquote><p>
[root@host ~]# dd if=/dev/zero of=/swapfile bs=1024 count=1048576<br />
1048576+0 records in<br />
1048576+0 records out<br />
[root@host ~]# sync<br />
[root@host ~]# mkswap /swapfile<br />
Setting up swapspace version 1, size = 1073737 kB<br />
[root@host ~]# swapon /swapfile<br />
[root@host ~]# echo &#8220;/swapfile swap swap defaults 0 0&#8243; >> /etc/fstab</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/add-swap-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

