diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2021-11-05 19:54:09 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2021-11-05 19:54:09 +0000 |
commit | 6ccce068d07ee0fa0feb81d5a9acf9b6c5ed0731 (patch) | |
tree | 14f3ba9e2ced40caa3b03f44a90679307830e756 /sbin | |
parent | fae593d92935d1f4b2ecaf2b4521ea641c486a13 (diff) |
Correct auto table entry for /var: it's 4G plus 2x physmem
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/disklabel/disklabel.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index b38c5e74d22..df27b4af47d 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.140 2020/04/23 21:28:08 jmc Exp $ +.\" $OpenBSD: disklabel.8,v 1.141 2021/11/05 19:54:08 otto Exp $ .\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)disklabel.8 8.2 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: April 23 2020 $ +.Dd $Mdocdate: November 5 2021 $ .Dt DISKLABEL 8 .Os .Sh NAME @@ -528,7 +528,7 @@ and may vary from architecture to architecture. / 5% of disk. 150M \(en 1G swap 10% of disk. 80M \(en 2x max physical memory /tmp 8% of disk. 120M \(en 4G -/var 13% of disk. 80M \(en 2x size of crash dump +/var 13% of disk. 80M \(en 4G + 2x size of crash dump /usr 10% of disk. 1500M \(en 6G /usr/X11R6 3% of disk. 384M \(en 1G /usr/local 15% of disk. 1G \(en 20G |