From 90d6abb45dd480f4368463a40b9840ac114c5f8f Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 24 Dec 2011 21:22:29 +0000 Subject: [PATCH] Note that we have been hitting the kern.maxfiles limit. --- en_US.ISO8859-1/articles/portbuild/article.sgml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/en_US.ISO8859-1/articles/portbuild/article.sgml b/en_US.ISO8859-1/articles/portbuild/article.sgml index ad9bc7a0a5..c6df4ed11e 100644 --- a/en_US.ISO8859-1/articles/portbuild/article.sgml +++ b/en_US.ISO8859-1/articles/portbuild/article.sgml @@ -2477,6 +2477,21 @@ ln -s ../arch/archive/errorlogs archThis section is in progress. + + Configuring <literal>src</literal> + + + + + Add the following to etc/sysctl.conf: +kern.maxfiles=40000 + + + + + + + Configuring <literal>ports</literal>