On Tue, Nov 23, 2010 at 10:42 AM, 7v5w7go9ub0o <[email protected]> wrote: > FYI. If anyone understands the bash tweak, please explain :-) > > TIA > > 1. Original article: "The ~200 Line Linux Kernel Patch That Does Wonders" > <http://www.phoronix.com/scan.php?page=article&item=linux_2637_video&num=1> > > 2. The alternative (or additional) bash tweak: > <http://www.webupd8.org/2010/11/alternative-to-200-lines-kernel-patch.html>
It's not so much a bash tweak (the example is how to do it inbash), the meat of it is that it is setting up some cgroups stuff. I won't pretend to understand exactly how they work, but check out the Linux kernel documentation for more detailed info and examples: /usr/src/linux/Documentation/cgroups/

