https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279738

--- Comment #5 from Wei Hu <[email protected]> ---
This is due to calling contigmalloc() from smp_rendezvous(). Even passing the
M_NOWAIT flag, on smaller memory sized VM it still reach vmem_xalloc in the
path and tries to grab sleep lock by calling VMEM_LOCK(vm). 

I will try to move the contigmalloc call out of smp_rendezvous.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to