diff options
author | 2013-01-07 11:09:33 +0000 | |
---|---|---|
committer | 2013-01-07 11:09:33 +0000 | |
commit | 03568c0b0841e5cb9dde43946009282de0da586f (patch) | |
tree | fc3d65b49c75f93ae10cbf9a59d43a07538609fb | |
parent | only protest midly if we're in exclude mode, so that you can exclude stuff (diff) | |
download | wireguard-openbsd-03568c0b0841e5cb9dde43946009282de0da586f.tar.xz wireguard-openbsd-03568c0b0841e5cb9dde43946009282de0da586f.zip |
more hints for efficient bulks
-rw-r--r-- | share/man/man7/ports.7 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 1735f76aeab..8b9cb44e439 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,10 +23,10 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ports.7,v 1.91 2012/12/24 13:58:53 espie Exp $ +.\" $OpenBSD: ports.7,v 1.92 2013/01/07 11:09:33 espie Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" -.Dd $Mdocdate: December 24 2012 $ +.Dd $Mdocdate: January 7 2013 $ .Dt PORTS 7 .Os .Sh NAME @@ -444,6 +444,14 @@ Not building it will take out a sizeable chunk of the ports tree. .It cluster builds should have shared portsdir and local .Ev WRKOBJDIR . +If possible, dedicated +.Ev WRKOBJDIR +partitions mounted +.Sq noatime,async +will help. +.It +as far as possible, the log directory should be local to the machine running +.Xr dpb 1 . .It a full bulk will fetch over 20G of distfiles, create over 17G of packages. The largest work directories are about 10G each. |