You are not logged in.
Hi,
I read about this question about scheduler..... why last kernel 2.6..22 standard archlinux I find:
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
I think to find slub acttive...
that is the meaning ?
thankyou
Offline
SLUB has to be set through menuconfig, xconfig etc when recompiling the kernel. I found SLUB to be faster.
---for there is nothing either good or bad, but only thinking makes it so....
Hamlet, W Shakespeare
Offline
I dont know how arch developers choose slab !!
Offline
I dont know how arch developers choose slab !!
It's the safer choice since slub is still experimental and could be buggy for many people. Slab is still the default choice in kernel config, though eventually slub will replace it. If you want slub you can always recompile the kernel - it's not particularly difficult and a useful thing to learn if you've never done it before.
Offline
I dont know how arch developers choose slab !!
Same here. System with SLUB enabled is more responsive.
Offline