]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r292020
authorasomers <asomers@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 11 Jan 2016 20:24:56 +0000 (20:24 +0000)
committerasomers <asomers@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 11 Jan 2016 20:24:56 +0000 (20:24 +0000)
commitf1030ef1f36263620f1c40e88029b886bf942bbd
tree54e98e2f5e9a06080cbfa5833ab1d351e91b0358
parentb1e0d3a74b7b23cdcfb0b5b8b9a823b8ce2e678e
MFC r292020

Increase devd's client socket buffer size to 256KB. This is not as large as
it looks, because we'll hit the sockbuf's mbuf limit long before hitting its
data limit. A 256KB data limit allows creating a ZFS pool on about 450
drives without overflowing the client socket buffers.

git-svn-id: svn://svn.freebsd.org/base/stable/10@293695 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sbin/devd/devd.cc