diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mdevd.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/mdevd.html b/doc/mdevd.html index 93bb54f..983dbb5 100644 --- a/doc/mdevd.html +++ b/doc/mdevd.html @@ -111,7 +111,8 @@ netlink group 1 is the one used by the kernel to send the original uevents and that mdevd listens to, and we don't want to loopback on it). </li> <li> <tt>-b</tt> <em>kbufsz</em> : 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 500 kB, which should be +too small a buffer risks losing events. The default is <strong>512288</strong>, +meaning 500 kB, which should be enough for most systems; if you're getting "No buffer space available" errors from mdevd at coldplug time, try increasing this number. </li> <li> <tt>-n</tt> : dry run. mdevd will not create or delete |