diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2013-01-07 11:09:34 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2013-01-07 11:09:34 +0000 |
commit | 03cdf7ed7684e6c18fd797bb4684411d8b59cf63 (patch) | |
tree | 1cac2eea5fb6489ad7adb505c6312b40b1e70a82 | |
parent | c33a63dbc132e789a7cdcf791425ccd667cc2147 (diff) |
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. |