I have that running on fedora 14 kernel 2.6.35. Note that the cgroups space is located in /cgroups and requires running cgconfig in /etc/init.d.<br><br>in ~/.bashrc :<br><br>if [ &quot;$PS1&quot; ] ; then<br>   mkdir -m 0700 /cgroup/cpu/user/$$<br>
   echo $$ &gt; /cgroup/cpu/user/$$/tasks<br>fi<br><br>and:<br><br>/sbin/chkconfig --list | grep cgc<br>cgconfig           0:off    1:off    2:on    3:on    4:on    5:on    6:off<br><br>I have a line in /etc/rc.local incase a reboot looses the user dir:<br>
<br>mkdir -m 0777 /cgroup/cpu/user<br><br>Does it work? Subjectively, yes. Quad-core Intel Core2 @2.66 GHz and desktop with a gazillion firefox tabs and gnome terminal(s) with loads of tabs each &quot;feels&quot; a bit snappier. I have not done any measurable testing.<br>
<br><div class="gmail_quote">On Wed, Nov 24, 2010 at 9:31 AM, Preston Boyington <span dir="ltr">&lt;<a href="mailto:preston.lists@gmail.com">preston.lists@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
You probably have seen the &quot;200 lines Linux Kernel patch&quot; that improves<br>
responsiveness:<br>
<br>
<a href="http://www.zdnet.com/blog/hardware/the-linux-desktop-is-about-to-get-a-lot-faster/10372?tag=nl.e589" target="_blank">http://www.zdnet.com/blog/hardware/the-linux-desktop-is-about-to-get-a-lot-faster/10372?tag=nl.e589</a><br>

<br>
but I thought this alternative was pretty interesting:<br>
<a href="http://www.webupd8.org/2010/11/alternative-to-200-lines-kernel-patch.html" target="_blank">http://www.webupd8.org/2010/11/alternative-to-200-lines-kernel-patch.html</a><br>
<br>
it does the same thing.  all you have to do is run 2 commands and paste<br>
4 lines in your ~/.bashrc file.<br>
<br>
I haven&#39;t tested it yet, but will very soon.  :)<br>
<br>
--<br>
<br>
Arrant Drivel - really, it&#39;s just trash...<br>
<a href="http://www.arrantdrivel.com/" target="_blank">http://www.arrantdrivel.com/</a><br>
<br>
Where the road takes me - a highwayman&#39;s perspective<br>
<a href="http://www.prestonboyington.com/" target="_blank">http://www.prestonboyington.com/</a><br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>-- <br>James P. Kinney III<br>I would rather stumble along in freedom than walk effortlessly in chains.<br><br><br>