]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] mm: page_alloc: increase size of per-cpu-pages
authorSeth, Rohit <rohit.seth@intel.com>
Sun, 30 Oct 2005 01:15:47 +0000 (18:15 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 30 Oct 2005 04:40:35 +0000 (21:40 -0700)
commitba56e91c940146e99ac694c4c7cd7f2b4aaa565d
tree5254f1ce8e2f39ccb58a74d0ff0120817b3b5c05
parentfcdae29aa7a5c79f245110f6680afdc1858d3626
[PATCH] mm: page_alloc: increase size of per-cpu-pages

Increase the page allocator's per-cpu magazines from 1/4MB to 1/2MB.

Over 100+ runs for a workload, the difference in mean is about 2%.  The best
results for both are almost same.  Though the max variation in results with
1/2MB is only 2.2%, whereas with 1/4MB it is 12%.

Signed-off-by: Rohit Seth <rohit.seth@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/page_alloc.c