diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2005-08-21 18:12:51 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2005-08-21 18:12:51 +0000 |
| commit | dd549194ae22e03553d989d3655ff30c15599a6a (patch) | |
| tree | 1b84f66f1bd4d7e0a51d701694791b6390e5269b /sbin | |
| parent | b8db9f58da61f5e0ca8b737d26433d3d40c76f44 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/geom/class/eli/geli.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/geom/class/eli/geli.8 b/sbin/geom/class/eli/geli.8 index 3f1dd43629330..f7970a09b53ad 100644 --- a/sbin/geom/class/eli/geli.8 +++ b/sbin/geom/class/eli/geli.8 @@ -445,10 +445,12 @@ passphrase can be logged and exposed via .Xr dmesg 8 . This variable should be set in .Pa /boot/loader.conf . -.It Va kern.geom.eli.threads : No 1 +.It Va kern.geom.eli.threads : No 0 Specifies how many kernel threads should be used for doing software cryptography. Its purpose is to increase performance on SMP systems. +If hardware acceleration is available, only one thread will be started. +If set to 0, CPU-bound thread will be started for every active CPU. This variable could be set in .Pa /boot/loader.conf . .El |
