[Bug 194513] zfs recv hangs in state kmem arena
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Mar 2 00:09:39 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194513
Dave Baukus <daveb at spectralogic.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |daveb at spectralogic.com
--- Comment #21 from Dave Baukus <daveb at spectralogic.com> ---
(In reply to Steven Hartland from comment #10)
Is it possible that the referenced change does not have enough of a positive
effect with respect to zfs receive pending in kmem_arena because zfs receive is
attempting to allocate SPA_MAXBLOCKSIZE (16M) and the fragmentation check is
looking for fragmentation below zfs_max_recordsize (1M) ?
/*
* Above limits know nothing about real level of KVA fragmentation.
* Start aggressive reclamation if too little sequential KVA left.
*/
if (vmem_size(heap_arena, VMEM_MAXFREE) < zfs_max_recordsize)
return (1);
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-fs
mailing list