- Disable quantum caches on the kmem_arena. This can make fragmentation
worse on small KVA systems. I had intended to only enable it for debugging. Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
d330a11545
commit
ca13e69c2f
@ -747,7 +747,7 @@ kmeminit(void)
|
||||
tmp = vm_kmem_size;
|
||||
#endif
|
||||
vmem_init(kmem_arena, "kmem arena", kva_alloc(tmp), tmp, PAGE_SIZE,
|
||||
PAGE_SIZE * 16, 0);
|
||||
0, 0);
|
||||
vmem_set_reclaim(kmem_arena, kmem_reclaim);
|
||||
|
||||
#ifdef DEBUG_MEMGUARD
|
||||
|
Loading…
x
Reference in New Issue
Block a user