Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2020-05-04 22:13:21 +0300
committerBryan Drewery <bryan@shatow.net>2020-05-04 22:13:23 +0300
commita6b99d932d8beb6fe06caba5fc230953bcd78498 (patch)
treeda0f7a36731e63feedf009668e54cd18c4e2fb44
parent4cb7115c61fca93147d0fd6fce7cd8a95bf4e16a (diff)
Undocument MFSSIZE as tmpfs is superior
-rw-r--r--src/etc/poudriere.conf.sample8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/etc/poudriere.conf.sample b/src/etc/poudriere.conf.sample
index 91f2657a..67e55ca6 100644
--- a/src/etc/poudriere.conf.sample
+++ b/src/etc/poudriere.conf.sample
@@ -47,14 +47,6 @@ BASEFS=/usr/local/poudriere
# Use portlint to check ports sanity
USE_PORTLINT=no
-# When building packages, a memory device can be used to speedup the build.
-# Only one of MFSSIZE or USE_TMPFS is supported. TMPFS is generally faster
-# and will expand to the needed amount of RAM. MFS is a slower since it
-# uses UFS and several abstraction layers.
-
-# If set WRKDIRPREFIX will be mdmfs of the given size (mM or gG)
-#MFSSIZE=4G
-
# Use tmpfs(5)
# This can be a space-separated list of options:
# wrkdir - Use tmpfs(5) for port building WRKDIRPREFIX