<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: Linux Find Out Virtual Memory PAGESIZE</title> <atom:link href="http://www.cyberciti.biz/faq/linux-check-the-size-of-pagesize/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/linux-check-the-size-of-pagesize/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: johnf</title><link>http://www.cyberciti.biz/faq/linux-check-the-size-of-pagesize/#comment-67686</link> <dc:creator>johnf</dc:creator> <pubDate>Wed, 01 Feb 2012 04:12:05 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-check-the-size-of-pagesize/#comment-67686</guid> <description>I think it&#039;s the base-2 logarithm of the page size. In other words, 2^PAGE_SHIFT is the page size. 2^12=4096, the usual page size in bytes</description> <content:encoded><![CDATA[<p>I think it&#8217;s the base-2 logarithm of the page size. In other words, 2^PAGE_SHIFT is the page size. 2^12=4096, the usual page size in bytes</p> ]]></content:encoded> </item> <item><title>By: person</title><link>http://www.cyberciti.biz/faq/linux-check-the-size-of-pagesize/#comment-65941</link> <dc:creator>person</dc:creator> <pubDate>Fri, 23 Dec 2011 04:17:54 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-check-the-size-of-pagesize/#comment-65941</guid> <description>bytes</description> <content:encoded><![CDATA[<p>bytes</p> ]]></content:encoded> </item> <item><title>By: lieven</title><link>http://www.cyberciti.biz/faq/linux-check-the-size-of-pagesize/#comment-65194</link> <dc:creator>lieven</dc:creator> <pubDate>Mon, 05 Dec 2011 15:23:56 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-check-the-size-of-pagesize/#comment-65194</guid> <description>is this MB or KB or GB??</description> <content:encoded><![CDATA[<p>is this MB or KB or GB??</p> ]]></content:encoded> </item> <item><title>By: wx672</title><link>http://www.cyberciti.biz/faq/linux-check-the-size-of-pagesize/#comment-63720</link> <dc:creator>wx672</dc:creator> <pubDate>Thu, 20 Oct 2011 06:07:34 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-check-the-size-of-pagesize/#comment-63720</guid> <description>Guess you have to change the kernel source.
In /usr/src/linux/include/asm-generic/page.h you can find the following lines:
/* PAGE_SHIFT determines the page size */
#define PAGE_SHIFT	12</description> <content:encoded><![CDATA[<p>Guess you have to change the kernel source.</p><p>In /usr/src/linux/include/asm-generic/page.h you can find the following lines:</p><p>/* PAGE_SHIFT determines the page size */<br
/> #define PAGE_SHIFT	12</p> ]]></content:encoded> </item> <item><title>By: Hei</title><link>http://www.cyberciti.biz/faq/linux-check-the-size-of-pagesize/#comment-42559</link> <dc:creator>Hei</dc:creator> <pubDate>Thu, 16 Jul 2009 08:06:45 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-check-the-size-of-pagesize/#comment-42559</guid> <description>Is there a way to change the page size?</description> <content:encoded><![CDATA[<p>Is there a way to change the page size?</p> ]]></content:encoded> </item> <item><title>By: Segun</title><link>http://www.cyberciti.biz/faq/linux-check-the-size-of-pagesize/#comment-41882</link> <dc:creator>Segun</dc:creator> <pubDate>Tue, 02 Jun 2009 10:17:47 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-check-the-size-of-pagesize/#comment-41882</guid> <description>Thanks for the sharp tip.</description> <content:encoded><![CDATA[<p>Thanks for the sharp tip.</p> ]]></content:encoded> </item> <item><title>By: Mit</title><link>http://www.cyberciti.biz/faq/linux-check-the-size-of-pagesize/#comment-41371</link> <dc:creator>Mit</dc:creator> <pubDate>Mon, 27 Apr 2009 14:36:14 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-check-the-size-of-pagesize/#comment-41371</guid> <description>Thanks. Nice info!</description> <content:encoded><![CDATA[<p>Thanks. Nice info!</p> ]]></content:encoded> </item> <item><title>By: oksander m-a</title><link>http://www.cyberciti.biz/faq/linux-check-the-size-of-pagesize/#comment-39822</link> <dc:creator>oksander m-a</dc:creator> <pubDate>Tue, 13 Jan 2009 16:31:01 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-check-the-size-of-pagesize/#comment-39822</guid> <description>Can&#039;t tell you how long I spent searching for this information.  I knew it was simple and obvious, but I couldn&#039;t remember it, so I could look it up!  So many sites skip the command to get your page size. Points to you for having the info up and easy to parse.</description> <content:encoded><![CDATA[<p>Can&#8217;t tell you how long I spent searching for this information.  I knew it was simple and obvious, but I couldn&#8217;t remember it, so I could look it up!  So many sites skip the command to get your page size. Points to you for having the info up and easy to parse.</p> ]]></content:encoded> </item> </channel> </rss>
