fix(proxy): Limit Squid file descriptors to prevent excessive memory allocation

Closes #1590
This commit is contained in:
Maksim Eltyshev
2026-03-19 12:28:09 +01:00
parent 91eb43f472
commit b7d3602dcd

View File

@@ -42,6 +42,7 @@ start_outgoing_proxy_if_needed() {
# Basic settings
echo "pid_filename $SQUID_PID" >> "$SQUID_CONF"
echo "http_port 127.0.0.1:3128" >> "$SQUID_CONF"
echo "max_filedescriptors 4096" >> "$SQUID_CONF"
echo "acl all src all" >> "$SQUID_CONF"
# Disable caching