summaryrefslogtreecommitdiff
path: root/sbin/tunefs/tunefs.8
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-07-20 22:47:13 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-07-20 22:47:13 +0000
commit04eb3f8da6ef70c1da335e57fb9f88c8b72ce0f9 (patch)
treed0b14cde24fbc263a4ab17d8c8380f1af5ac1c7e /sbin/tunefs/tunefs.8
parentef826f0b5ffeaa445c6745085807d5108d0663e2 (diff)
MINFREE is 5%; hgweigand@wiesbaden.netsurf.de
Diffstat (limited to 'sbin/tunefs/tunefs.8')
-rw-r--r--sbin/tunefs/tunefs.810
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8
index abf78ad9877..587454af038 100644
--- a/sbin/tunefs/tunefs.8
+++ b/sbin/tunefs/tunefs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tunefs.8,v 1.5 1997/11/20 08:21:30 millert Exp $
+.\" $OpenBSD: tunefs.8,v 1.6 1998/07/20 22:47:11 deraadt Exp $
.\" $NetBSD: tunefs.8,v 1.8 1995/03/18 15:01:29 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -96,9 +96,9 @@ this parameter should be set higher.
.It Fl m Ar minfree
This value specifies the percentage of space held back
from normal users; the minimum free space threshold.
-The default value used is 10%.
+The default value used is 5%.
This value can be set to zero, however up to a factor of three
-in throughput will be lost over the performance obtained at a 10%
+in throughput will be lost over the performance obtained at a 5%
threshold.
Note that if the value is raised above the current usage level,
users will be unable to allocate files until enough files have
@@ -107,10 +107,10 @@ been deleted to get under the higher threshold.
The file system can either try to minimize the time spent
allocating blocks, or it can attempt to minimize the space
fragmentation on the disk.
-If the value of minfree (see above) is less than 10%,
+If the value of minfree (see above) is less than 5%,
then the file system should optimize for space to avoid
running out of full sized blocks.
-For values of minfree greater than or equal to 10%,
+For values of minfree greater than or equal to 5%,
fragmentation is unlikely to be problematical, and
the file system can be optimized for time.
.It Fl p