summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2018-09-14 08:28:07 -0300
committerRenato Botelho <renato@netgate.com>2018-09-14 08:28:16 -0300
commit9a904de82f128db1fac30de549120738ede8a4f0 (patch)
tree691078bcec6f533a4f5771363e60b7a6346671a7
parent4868ef354885a00de94d83775436da305ecc4f2d (diff)
downloadpfsense-9a904de82f128db1fac30de549120738ede8a4f0.zip
pfsense-9a904de82f128db1fac30de549120738ede8a4f0.tar.gz
Fix #8895: Increase FD_SETSIZE to 3172 on lang/php72
-rw-r--r--tools/conf/pfPorts/make.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/conf/pfPorts/make.conf b/tools/conf/pfPorts/make.conf
index 2c78eac..0c8759c 100644
--- a/tools/conf/pfPorts/make.conf
+++ b/tools/conf/pfPorts/make.conf
@@ -22,7 +22,7 @@ CONFIGURE_ARGS= --without-openssl-header-check
.endif
DEFAULT_VERSIONS= php=72 ssl=base
-PHP_FD_SETSIZE= 2048
+PHP_FD_SETSIZE= 3172
. if ${.CURDIR:N*sysutils/check_reload_status*}==""
WITH_DEBUG= yes
OpenPOWER on IntegriCloud