<?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>www.unnionline.com &#187; Inode</title>
	<atom:link href="http://www.unnionline.com/blog/tag/inode/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unnionline.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 30 Nov 2011 11:49:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Free Up Cache Memory in Ubuntu</title>
		<link>http://www.unnionline.com/blog/2009/05/free-up-cache-memory-in-ubuntu/</link>
		<comments>http://www.unnionline.com/blog/2009/05/free-up-cache-memory-in-ubuntu/#comments</comments>
		<pubDate>Sat, 30 May 2009 09:19:09 +0000</pubDate>
		<dc:creator>cbaunni</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Cache memory]]></category>
		<category><![CDATA[Clear cache]]></category>
		<category><![CDATA[Dentries]]></category>
		<category><![CDATA[Inode]]></category>
		<category><![CDATA[Page cache]]></category>

		<guid isPermaLink="false">http://www.unnionline.com/blog/?p=113</guid>
		<description><![CDATA[Ever wondered how to remove]]></description>
			<content:encoded><![CDATA[<p>Ever wondered how to remove the cache memory in Ubuntu? Linux kernels 2.6.16 and newer provide a mechanism to clear the inode, page, and dentry caches on demand. All you have to do is echo a value to the proc filesystem, and you&#8217;re done. Follow the recipe below:</p>
<p>As this is a non-destructive operation and dirty objects are not freeable, run:<br />
<code>sync</code></p>
<p>To free pagecache:<br />
<code>sudo sh -c "echo 1 > /proc/sys/vm/drop_caches" </code></p>
<p>To free dentries and inodes:<br />
<code>sudo sh -c "echo 2 > /proc/sys/vm/drop_caches" </code></p>
<p>To free pagecache, dentries and inodes:<br />
<code>sudo sh -c "echo 3 > /proc/sys/vm/drop_caches" </code></p>
<p>Hope this works for you all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnionline.com/blog/2009/05/free-up-cache-memory-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

