Roughly speaking, vm.kvm_* pertain to the kernel's address space and vm.kmem_* pertain to the kernel's heap within its address space. Your settings of vm.kmem_* have made the heap so large that there is little or no free space left in the address space for other things. These other things, e.g., the buffer cache, are non-trivial in size. So, the short answer is that you need to reduce vm.kmem_size. AlanReceived on Tue Dec 23 2008 - 17:04:50 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:39 UTC