<?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: Default GC Parameters for Ruby Enterprise Edition</title>
	<atom:link href="http://thefjord.org/2010/05/24/default-gc-parameters-for-ruby-enterprise-edition/feed/" rel="self" type="application/rss+xml" />
	<link>http://thefjord.org/2010/05/24/default-gc-parameters-for-ruby-enterprise-edition/</link>
	<description>The official online Fjord</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:55:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: fjord</title>
		<link>http://thefjord.org/2010/05/24/default-gc-parameters-for-ruby-enterprise-edition/comment-page-1/#comment-498</link>
		<dc:creator>fjord</dc:creator>
		<pubDate>Sun, 06 Jun 2010 16:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://thefjord.org/?p=160#comment-498</guid>
		<description>And use that to replace my ruby binary? That won&#039;t work on older kernels that don&#039;t allow recursive shebang loading. That&#039;s why my version was in C; my deploy environment is running 2.6.18.

Or did you mean that I should use that as a header on all my ruby scripts? I thought about that, but I really wanted a solution that would make these settings default for all of my scripts, so I wouldn&#039;t ever forget to do those settings.

Or did I completely misunderstand what you were trying to do? :-)</description>
		<content:encoded><![CDATA[<p>And use that to replace my ruby binary? That won&#8217;t work on older kernels that don&#8217;t allow recursive shebang loading. That&#8217;s why my version was in C; my deploy environment is running 2.6.18.</p>
<p>Or did you mean that I should use that as a header on all my ruby scripts? I thought about that, but I really wanted a solution that would make these settings default for all of my scripts, so I wouldn&#8217;t ever forget to do those settings.</p>
<p>Or did I completely misunderstand what you were trying to do? :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse McDonald</title>
		<link>http://thefjord.org/2010/05/24/default-gc-parameters-for-ruby-enterprise-edition/comment-page-1/#comment-497</link>
		<dc:creator>Jesse McDonald</dc:creator>
		<pubDate>Sun, 06 Jun 2010 03:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://thefjord.org/?p=160#comment-497</guid>
		<description>You may want to try a variation on:

&lt;code&gt;#!/bin/sh
exec ruby -x -S -- &quot;$0&quot; &quot;$@&quot;
echo &quot;Failed to launch ruby interpreter.&quot; &gt;&amp;2
exit 1
#! marker to start real script: ruby
$stdout.puts &quot;Ruby script!&quot;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You may want to try a variation on:</p>
<p><code>#!/bin/sh<br />
exec ruby -x -S -- "$0" "$@"<br />
echo "Failed to launch ruby interpreter." &gt;&amp;2<br />
exit 1<br />
#! marker to start real script: ruby<br />
$stdout.puts "Ruby script!"</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

