Hi Matt, On Sun, 6 Jan 2008, Matt Mackall wrote:Sorry, I once again have bad news ;-). I did some testing with lguest --block=<rootfile> 32 /boot/vmlinuz-2.6.24-rc6 root=/dev/vda init=doit where rootfile is http://uml.nagafix.co.uk/BusyBox-1.5.0/BusyBox-1.5.0-x86-root_fs.bz2 and the "doit" script in the guest passed as init= is just #!/bin/sh mount -t proc proc /proc cat /proc/meminfo | grep MemTotal cat /proc/meminfo | grep MemFree cat /proc/meminfo | grep Slab and the results are: [ the minimum, maximum, and average are of captured from 10 individual runs ] Free (kB) Used (kB) Total (kB) min max average min max average SLUB (no debug) 26536 23868 23892 23877.6 2644 2668 2658.4 SLOB 26548 23472 23640 23579.6 2908 3076 2968.4 SLAB (no debug) 26544 23316 23364 23343.2 3180 3228 3200.8 SLUB (with debug) 26484 23120 23136 23127.2 3348 3364 3356.8 So it seems that on average SLUB uses 300 kilobytes *less memory* (!) (which is roughly 1% of total memory available) after boot than SLOB for my configuration. One possible explanation is that the high internal fragmentation (space allocated but not used) of SLUB kmalloc() only affects short-lived allocations and thus does not show up in the more permanent memory footprint. Likewise, it could be that SLOB has higher external fragmentation (small blocks that are unavailable for allocation) of which SLUB does not suffer from. Dunno, haven't investigated as my results are contradictory to yours. I am beginning to think this is highly dependent on .config so would you mind sending me one you're using for testing, Matt? Pekka --
| Jens Axboe | Re: [BUG] New Kernel Bugs |
| KAMEZAWA Hiroyuki | Re: 2.6.24-rc3-mm1 |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
git: | |
| Gerrit Renker | [PATCH 0/37] dccp: Feature negotiation - last call for comments |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Jarek Poplawski | Re: [BUG #12364] Re: HTB - very bad precision? HFSC works fine! 2.6.28 |
| Alexey Dobriyan | Re: [GIT]: Networking |
