summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-01-15 03:27:24 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-01-15 03:27:24 +0000
commit8eff37b20833b3d5b0e5c98de78f253bded5131c (patch)
tree006e410c737b73d1a92676b4e8f508680b9b1e8c /doc
parentb30c1450a8477f6a3fc23a1bbd1768831f7321fb (diff)
downloadmdevd-8eff37b20833b3d5b0e5c98de78f253bded5131c.tar.gz
mdevd-8eff37b20833b3d5b0e5c98de78f253bded5131c.tar.xz
mdevd-8eff37b20833b3d5b0e5c98de78f253bded5131c.zip
Triple kbufsz default
Diffstat (limited to 'doc')
-rw-r--r--doc/mdevd.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mdevd.html b/doc/mdevd.html
index 0ea61bb..f5ae5ee 100644
--- a/doc/mdevd.html
+++ b/doc/mdevd.html
@@ -91,8 +91,8 @@ readiness</a>. <em>notif</em> cannot be lesser than 3.
 If this option is not given, no readiness notification is sent. </li>
  <li> <tt>-b</tt>&nbsp;<em>kbufsz</em>&nbsp;: try and reserve a kernel buffer of
 <em>kbufsz</em> bytes for the netlink queue. Too large a buffer wastes kernel memory;
-too small a buffer risks losing events. The default is 65536 (which is reasonable
-for average systems). </li>
+too small a buffer risks losing events. The default is 196608
+(192 kB, which is on the large side for average systems). </li>
  <li> <tt>-n</tt>&nbsp;: dry run. mdevd will not create or delete
 device nodes, and it will not spawn commands. Instead, it will print to stdout
 the actions it would have performed. </li>