Re: Getting 'vm_thread_new: kstack allocation failed' errors after latest drm updates.

From: Alan Cox <alan.l.cox_at_gmail.com>
Date: Tue, 23 Dec 2008 12:04:49 -0600
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.

Alan
Received 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