diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2017-05-19 12:54:31 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2017-05-19 12:54:31 +0000 |
commit | bc782a536cb1203dae3b2245a244fd2d4814deaa (patch) | |
tree | 392c1d44ce2fe718cedfc8355091a409098eda0e /sbin/disklabel/disklabel.8 | |
parent | 7f8f7c9af7e7052e9968dc2ed1b477cb61d129c3 (diff) |
tweak partition sizes for auto-alloction to better suit 8G disks
ok kr@ aja@
Diffstat (limited to 'sbin/disklabel/disklabel.8')
-rw-r--r-- | sbin/disklabel/disklabel.8 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 5e178236cdb..0a97f9b44da 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.122 2017/04/19 05:33:53 tb Exp $ +.\" $OpenBSD: disklabel.8,v 1.123 2017/05/19 12:54:30 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 19 2017 $ +.Dd $Mdocdate: May 19 2017 $ .Dt DISKLABEL 8 .Os .Sh NAME @@ -515,18 +515,18 @@ is left unallocated. The sizes below are approximations, and may vary from architecture to architecture. .Pp -.Sy Disks \*(Gt 7 Gigabytes +.Sy Disks \*(Ge 8 Gigabytes .Bd -literal -offset indent -compact -/ 5% of disk. 80M \(en 1G -swap 5% of disk. 80M \(en 2x max physical memory +/ 5% of disk. 120M \(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 /usr 5% of disk. 900M \(en 2G /usr/X11R6 3% of disk. 512M \(en 1G -/usr/local 10% of disk. 2G \(en 10G +/usr/local 15% of disk. 1.2G \(en 10G /usr/src 2% of disk. 1G \(en 2G /usr/obj 4% of disk. 3G \(en 6G -/home 45% of disk. 1G \(en 300G +/home 35% of disk. 1G \(en 300G .Ed .Pp .Sy Disks \*(Gt 2 Gigabytes |