Unless it's having trouble getting music into ram fast enough. It doesn't
skip here unless I'm pushing hard on the pagecache.
>Both of these needs root pribileges, or at least a suid
>binary. (The priority stuff _can_ be done without extra
>privileges by nicing every _other_ process instead.)
>
> > I, for myself, like laptop-mode patch (basically, it groups disk
> > writes to do them once in 5-10 minutes, thus allowing hdd to sleep a lot)
> > very much - when I'm on AC, most probably I'm in office , and turning
> it off
> > is reasonable. When I'm on battery, though, chances are I won't be
> compiling
> > the kernel and/or do other heavy disk IO, instead, I most likely will be
> > coding, so echo 1 >/proc/sys/vm/laptop_mode seems appropriate,
> reasonable and
> > useful.
> > Could something like this be done with VM/swap policy ?
> >
>Sure. Take a look at /proc/sys/vm/swappiness for example.
>More stuff like this can be made - by those interested.
>
>The original poster also fixed the problems by doing
>swapoff -a ; swapon -a...
I don't understand that. Here, I can swap heftily and not skip.
-Mike
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/