]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
squid: Increase FDs to 65536 (#10387).
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 15 Jul 2013 12:35:07 +0000 (14:35 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 15 Jul 2013 12:35:07 +0000 (14:35 +0200)
config/rootfiles/core/71/filelists/squid [new symlink]
lfs/squid

diff --git a/config/rootfiles/core/71/filelists/squid b/config/rootfiles/core/71/filelists/squid
new file mode 120000 (symlink)
index 0000000..2dc8372
--- /dev/null
@@ -0,0 +1 @@
+../../../common/squid
\ No newline at end of file
index 3ede976109819caa9d673c7cdeecc3c7e39027c8..fde8606db23c874a023072d783ba11e929efd67b 100644 (file)
--- a/lfs/squid
+++ b/lfs/squid
@@ -87,8 +87,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
           --enable-referer-log \
              --enable-snmp \
           --with-pthreads --with-dl \
-          --with-maxfd="16384" \
-          --with-filedescriptors=16384 \
+          --with-maxfd="65536" \
+          --with-filedescriptors=65536 \
           --with-large-files \
           --with-aio \
           --enable-async-io=8 \