<?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: offload Mac OS X swap with dynamic_pager and an SDXC card</title>
	<atom:link href="http://wildpointer.org/2010/07/23/offload-mac-os-x-swap-with-dynamic_pager-and-an-sdxc-card/feed/" rel="self" type="application/rss+xml" />
	<link>http://wildpointer.org/2010/07/23/offload-mac-os-x-swap-with-dynamic_pager-and-an-sdxc-card/</link>
	<description>referencing whatever comes to mind, by chet nichols</description>
	<lastBuildDate>Tue, 25 Jan 2011 18:30:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Mike</title>
		<link>http://wildpointer.org/2010/07/23/offload-mac-os-x-swap-with-dynamic_pager-and-an-sdxc-card/comment-page-1/#comment-239</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 05 Nov 2010 18:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://chetnichols.org/?p=126#comment-239</guid>
		<description>Has anyone found the OSX parameters/switches (possibly to dynamic_pager) thats tells it to not swap out processes unless it absolutly has too. this is in response to the OS swapping not-used programs out to create memory that may be needed. this has the effect that when I come into work in the morning, the machine takes a while before all the apps are running again (due to these apps being swapped out overnight).
man dynamic_pager shows an umimpl;emented -P option (for priority). Im using leopard (not snow leopard).</description>
		<content:encoded><![CDATA[<p>Has anyone found the OSX parameters/switches (possibly to dynamic_pager) thats tells it to not swap out processes unless it absolutly has too. this is in response to the OS swapping not-used programs out to create memory that may be needed. this has the effect that when I come into work in the morning, the machine takes a while before all the apps are running again (due to these apps being swapped out overnight).<br />
man dynamic_pager shows an umimpl;emented -P option (for priority). Im using leopard (not snow leopard).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://wildpointer.org/2010/07/23/offload-mac-os-x-swap-with-dynamic_pager-and-an-sdxc-card/comment-page-1/#comment-235</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 01 Aug 2010 19:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://chetnichols.org/?p=126#comment-235</guid>
		<description>I&#039;m rather surprised that Apple has not extended dynamic_swapper to allow multiple swap locations and implemented the &quot;-P&quot; (priority) option;  I have used a similar facility on another Unix-like OS that allowed the addition of swap areas after the swapper has been started; if the priority of a new swap area is higher, it will be used in preference to the older swap areas, but data swapped out to those earlier areas remains in place until it&#039;s made invalid (swapped in and reaped or swapped in and modified);  If the preferred swap area fils up, the lower-priority swap areas are used (in order of priority, randomly within a priority level).  This would allow a device that may or may not be present be added at the user&#039;s &quot;whim&quot; and then have swap activity automatically shift to that device.</description>
		<content:encoded><![CDATA[<p>I&#8217;m rather surprised that Apple has not extended dynamic_swapper to allow multiple swap locations and implemented the &#8220;-P&#8221; (priority) option;  I have used a similar facility on another Unix-like OS that allowed the addition of swap areas after the swapper has been started; if the priority of a new swap area is higher, it will be used in preference to the older swap areas, but data swapped out to those earlier areas remains in place until it&#8217;s made invalid (swapped in and reaped or swapped in and modified);  If the preferred swap area fils up, the lower-priority swap areas are used (in order of priority, randomly within a priority level).  This would allow a device that may or may not be present be added at the user&#8217;s &#8220;whim&#8221; and then have swap activity automatically shift to that device.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chet</title>
		<link>http://wildpointer.org/2010/07/23/offload-mac-os-x-swap-with-dynamic_pager-and-an-sdxc-card/comment-page-1/#comment-233</link>
		<dc:creator>chet</dc:creator>
		<pubDate>Sat, 24 Jul 2010 17:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://chetnichols.org/?p=126#comment-233</guid>
		<description>Oh nice! That&#039;s awesome. Thanks for checking that one out :D My wife has an ExpressCard slot.. maybe I&#039;ll try that out sometime ;)</description>
		<content:encoded><![CDATA[<p>Oh nice! That&#8217;s awesome. Thanks for checking that one out <img src='http://wildpointer.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  My wife has an ExpressCard slot.. maybe I&#8217;ll try that out sometime <img src='http://wildpointer.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://wildpointer.org/2010/07/23/offload-mac-os-x-swap-with-dynamic_pager-and-an-sdxc-card/comment-page-1/#comment-232</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 24 Jul 2010 17:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://chetnichols.org/?p=126#comment-232</guid>
		<description>I found a solution for those without build in SD slots. The previous MBPs had Express/34 slots.

This should do the trick, and at 8GB should be plenty of swap space:
http://shop.transcendusa.com/product/ItemDetail.asp?ItemID=TS8GSSD34E-M

Some test show that you can get of 32mb/s read and 16mb/s write speeds onto the Express/34 card.</description>
		<content:encoded><![CDATA[<p>I found a solution for those without build in SD slots. The previous MBPs had Express/34 slots.</p>
<p>This should do the trick, and at 8GB should be plenty of swap space:<br />
<a href="http://shop.transcendusa.com/product/ItemDetail.asp?ItemID=TS8GSSD34E-M" rel="nofollow">http://shop.transcendusa.com/product/ItemDetail.asp?ItemID=TS8GSSD34E-M</a></p>
<p>Some test show that you can get of 32mb/s read and 16mb/s write speeds onto the Express/34 card.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention offload Mac OS X swap with dynamic_pager and an SDXC card « sidenotes -- Topsy.com</title>
		<link>http://wildpointer.org/2010/07/23/offload-mac-os-x-swap-with-dynamic_pager-and-an-sdxc-card/comment-page-1/#comment-230</link>
		<dc:creator>Tweets that mention offload Mac OS X swap with dynamic_pager and an SDXC card « sidenotes -- Topsy.com</dc:creator>
		<pubDate>Sat, 24 Jul 2010 06:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://chetnichols.org/?p=126#comment-230</guid>
		<description>[...] This post was mentioned on Twitter by Chet Nichols, Chris Klosowski. Chris Klosowski said: RT @chet: blog update: offload Mac OS X swap with dynamic_pager and an SDXC card - http://bit.ly/bFVQYH [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Chet Nichols, Chris Klosowski. Chris Klosowski said: RT @chet: blog update: offload Mac OS X swap with dynamic_pager and an SDXC card &#8211; <a href="http://bit.ly/bFVQYH" rel="nofollow">http://bit.ly/bFVQYH</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://wildpointer.org/2010/07/23/offload-mac-os-x-swap-with-dynamic_pager-and-an-sdxc-card/comment-page-1/#comment-229</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 24 Jul 2010 06:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://chetnichols.org/?p=126#comment-229</guid>
		<description>Great idea Chet.

I have the model MBP prior to the redesign with the SD slot, but who knows, that could change soon :). If it does I&#039;ll give this a shot.

I&#039;d write a bash script to &#039;swap&#039; two versions of the plist file so if I did need that slot for use, I could easy put my swap back onto the HD, and when done, switch back to the SDXC.</description>
		<content:encoded><![CDATA[<p>Great idea Chet.</p>
<p>I have the model MBP prior to the redesign with the SD slot, but who knows, that could change soon <img src='http://wildpointer.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . If it does I&#8217;ll give this a shot.</p>
<p>I&#8217;d write a bash script to &#8216;swap&#8217; two versions of the plist file so if I did need that slot for use, I could easy put my swap back onto the HD, and when done, switch back to the SDXC.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

