]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/squid
proxy: Set number of file descriptors much higher.
[people/teissler/ipfire-2.x.git] / lfs / squid
index a341857f76c0130d978d7c50e094f39e06bd486b..1c17c0c3b81c400c1a92821334877bdb88da0d34 100644 (file)
--- a/lfs/squid
+++ b/lfs/squid
@@ -104,8 +104,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --enable-eui \
                --with-pthreads \
                --with-dl \
-               --with-maxfd="65536" \
-               --with-filedescriptors=65536 \
+               --with-filedescriptors=$$(( 16384 * 64 )) \
                --with-large-files \
                --with-aio \
                --enable-async-io=8 \