git: installer - Change default /build size
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Jan 16 20:55:04 PST 2020
commit 34ca1b1ca8d8569e250696322e3fb299f3c05c32
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Jan 16 20:39:12 2020 -0800
installer - Change default /build size
* /build was previously configured to use 1/3 of the drive,
but was capped at roughly 20GB. The cap doesn't really
scale well on modern systems, particularly since /usr/obj
and /var/crash are put on the /build partition.
* Remove the cap and change the configuration to use 1/4 of
the drive instead of 1/3.
* Also make a number of other minor adjustments to ensure that
space is not wasted in situations where swap and/or build
would be too small for auto-configuration.
Summary of changes:
.../installer/dfuibe_installer/fn_subpart_hammer.c | 29 +++++++++++++++++++---
.../installer/dfuibe_installer/fn_subpart_ufs.c | 28 ++++++++++++++++++---
2 files changed, 49 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/34ca1b1ca8d8569e250696322e3fb299f3c05c32
--
DragonFly BSD source repository
More information about the Commits
mailing list