<?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: Performance tuning with System Control (sysctl) in Ubuntu</title>
	<atom:link href="http://www.ubuntugeek.com/performance-tuning-with-system-control-sysctl-in-ubuntu.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/performance-tuning-with-system-control-sysctl-in-ubuntu.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: vancouverite</title>
		<link>http://www.ubuntugeek.com/performance-tuning-with-system-control-sysctl-in-ubuntu.html/comment-page-1#comment-103520</link>
		<dc:creator>vancouverite</dc:creator>
		<pubDate>Thu, 05 May 2011 00:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=672#comment-103520</guid>
		<description>This comes up with Avast antivirus in Ubuntu.  If you get an error when trying to start Avast! it is likely because the kernel.shmmax variable (shared memory max) is too small and needs to be increased:

$ sudo gedit /etc/sysctl.d/60-user.conf

In this file put:
# this is to make avast work
kernel.shmmax = 128000000

This will become active after reboot, but if you want to get it working before your next reboot:

$ sudo sysctl -p /etc/sysctl.d/60-user.conf</description>
		<content:encoded><![CDATA[<p>This comes up with Avast antivirus in Ubuntu.  If you get an error when trying to start Avast! it is likely because the kernel.shmmax variable (shared memory max) is too small and needs to be increased:</p>
<p>$ sudo gedit /etc/sysctl.d/60-user.conf</p>
<p>In this file put:<br />
# this is to make avast work<br />
kernel.shmmax = 128000000</p>
<p>This will become active after reboot, but if you want to get it working before your next reboot:</p>
<p>$ sudo sysctl -p /etc/sysctl.d/60-user.conf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klaver</title>
		<link>http://www.ubuntugeek.com/performance-tuning-with-system-control-sysctl-in-ubuntu.html/comment-page-1#comment-39214</link>
		<dc:creator>Klaver</dc:creator>
		<pubDate>Wed, 30 Jun 2010 10:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=672#comment-39214</guid>
		<description>A complete sysctl.conf with kernel tuning and network security hardening optimizations for dedicated server systems at high-speed networks with loads of RAM and bandwidth available.
Optimised and tuned for high-performance web/ftp/mail/dns servers with high connection-rates.

Available here: https://klaver.it/linux/sysctl.conf</description>
		<content:encoded><![CDATA[<p>A complete sysctl.conf with kernel tuning and network security hardening optimizations for dedicated server systems at high-speed networks with loads of RAM and bandwidth available.<br />
Optimised and tuned for high-performance web/ftp/mail/dns servers with high connection-rates.</p>
<p>Available here: <a href="https://klaver.it/linux/sysctl.conf" rel="nofollow">https://klaver.it/linux/sysctl.conf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.ubuntugeek.com/performance-tuning-with-system-control-sysctl-in-ubuntu.html/comment-page-1#comment-30440</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 20 May 2010 16:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=672#comment-30440</guid>
		<description>It can actually be made easier and without touching the original sysctl.conf. Just make file named something like 60-user.conf in the /etc/sysctl.d/ and put this stuff into it.</description>
		<content:encoded><![CDATA[<p>It can actually be made easier and without touching the original sysctl.conf. Just make file named something like 60-user.conf in the /etc/sysctl.d/ and put this stuff into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Bee</title>
		<link>http://www.ubuntugeek.com/performance-tuning-with-system-control-sysctl-in-ubuntu.html/comment-page-1#comment-6811</link>
		<dc:creator>Mike Bee</dc:creator>
		<pubDate>Tue, 24 Mar 2009 21:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=672#comment-6811</guid>
		<description>??? If one messes up, is there a way to boot from cd, mount the hard drive, then cp /etc/sysctl.conf.back /etc/sysctl.conf</description>
		<content:encoded><![CDATA[<p>??? If one messes up, is there a way to boot from cd, mount the hard drive, then cp /etc/sysctl.conf.back /etc/sysctl.conf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linux Blade Guy</title>
		<link>http://www.ubuntugeek.com/performance-tuning-with-system-control-sysctl-in-ubuntu.html/comment-page-1#comment-4608</link>
		<dc:creator>Linux Blade Guy</dc:creator>
		<pubDate>Thu, 30 Oct 2008 21:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=672#comment-4608</guid>
		<description>Maybe it&#039;s just me, but I never ever recommend randomly changing tuning settings without knowing WHY you are changing them or what they&#039;re supposed to improve.  After you go and mess with all of this, what are the tests you can do to see the improvements?  Would you open the hood of your car and randomly turn adjusting screws without knowing what you were doing?</description>
		<content:encoded><![CDATA[<p>Maybe it&#8217;s just me, but I never ever recommend randomly changing tuning settings without knowing WHY you are changing them or what they&#8217;re supposed to improve.  After you go and mess with all of this, what are the tests you can do to see the improvements?  Would you open the hood of your car and randomly turn adjusting screws without knowing what you were doing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SmurfTheWeb</title>
		<link>http://www.ubuntugeek.com/performance-tuning-with-system-control-sysctl-in-ubuntu.html/comment-page-1#comment-4612</link>
		<dc:creator>SmurfTheWeb</dc:creator>
		<pubDate>Thu, 30 Oct 2008 08:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=672#comment-4612</guid>
		<description>The best idea is to perform the all important first step - backup the file!
&lt;i&gt;sudo cp /etc/sysctl.conf /etc/sysctl.conf.old&lt;/i&gt;</description>
		<content:encoded><![CDATA[<p>The best idea is to perform the all important first step - backup the file!<br />
<i>sudo cp /etc/sysctl.conf /etc/sysctl.conf.old</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giker_MIKE</title>
		<link>http://www.ubuntugeek.com/performance-tuning-with-system-control-sysctl-in-ubuntu.html/comment-page-1#comment-4605</link>
		<dc:creator>Giker_MIKE</dc:creator>
		<pubDate>Sun, 26 Oct 2008 08:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=672#comment-4605</guid>
		<description>i was found on other ubu tweak guide to set &quot;vm.swappiness&quot; to 0, not like in this solution to 1. So can someone tell me who have a better idea? Coz im confiused now :s</description>
		<content:encoded><![CDATA[<p>i was found on other ubu tweak guide to set &#8220;vm.swappiness&#8221; to 0, not like in this solution to 1. So can someone tell me who have a better idea? Coz im confiused now :s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: malaeum</title>
		<link>http://www.ubuntugeek.com/performance-tuning-with-system-control-sysctl-in-ubuntu.html/comment-page-1#comment-4611</link>
		<dc:creator>malaeum</dc:creator>
		<pubDate>Fri, 24 Oct 2008 15:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=672#comment-4611</guid>
		<description>trolling the right way seems to be an oxymoron</description>
		<content:encoded><![CDATA[<p>trolling the right way seems to be an oxymoron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LiveWire</title>
		<link>http://www.ubuntugeek.com/performance-tuning-with-system-control-sysctl-in-ubuntu.html/comment-page-1#comment-4614</link>
		<dc:creator>LiveWire</dc:creator>
		<pubDate>Fri, 24 Oct 2008 02:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=672#comment-4614</guid>
		<description>No, it&#039;s http://www.google.com/linux .

If you want to troll, do it the right way.</description>
		<content:encoded><![CDATA[<p>No, it&#8217;s <a href="http://www.google.com/linux" rel="nofollow">http://www.google.com/linux</a> .</p>
<p>If you want to troll, do it the right way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://www.ubuntugeek.com/performance-tuning-with-system-control-sysctl-in-ubuntu.html/comment-page-1#comment-4607</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Thu, 23 Oct 2008 17:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=672#comment-4607</guid>
		<description>You can find both a brief and a verbose explanation by using this really cool new site.  Its really helpful for learning new things!  http://www.google.com</description>
		<content:encoded><![CDATA[<p>You can find both a brief and a verbose explanation by using this really cool new site.  Its really helpful for learning new things!  <a href="http://www.google.com" rel="nofollow">http://www.google.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ubuntugeek.com/performance-tuning-with-system-control-sysctl-in-ubuntu.html/comment-page-1#comment-4610</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 23 Oct 2008 06:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=672#comment-4610</guid>
		<description>@joseph

When you edit sysctl.conf file and add those values and run sysctl -p this should be persist after reboot</description>
		<content:encoded><![CDATA[<p>@joseph</p>
<p>When you edit sysctl.conf file and add those values and run sysctl -p this should be persist after reboot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.ubuntugeek.com/performance-tuning-with-system-control-sysctl-in-ubuntu.html/comment-page-1#comment-4613</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Thu, 23 Oct 2008 02:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=672#comment-4613</guid>
		<description>So how do you make these setting persist after reboot? Thanks for the article.</description>
		<content:encoded><![CDATA[<p>So how do you make these setting persist after reboot? Thanks for the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.ubuntugeek.com/performance-tuning-with-system-control-sysctl-in-ubuntu.html/comment-page-1#comment-4609</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Thu, 23 Oct 2008 00:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=672#comment-4609</guid>
		<description>Where can I find a brief explanation of what each of these settings does?</description>
		<content:encoded><![CDATA[<p>Where can I find a brief explanation of what each of these settings does?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadi</title>
		<link>http://www.ubuntugeek.com/performance-tuning-with-system-control-sysctl-in-ubuntu.html/comment-page-1#comment-4606</link>
		<dc:creator>Vadi</dc:creator>
		<pubDate>Thu, 23 Oct 2008 00:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=672#comment-4606</guid>
		<description>pro-tip: don&#039;t do this unless you know what you&#039;re doing.

(or don&#039;t complain when you have to reinstall)</description>
		<content:encoded><![CDATA[<p>pro-tip: don&#8217;t do this unless you know what you&#8217;re doing.</p>
<p>(or don&#8217;t complain when you have to reinstall)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

