Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions etc/kayobe/containers/squid_proxy/squid.conf
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ cache_dir ufs /var/spool/squid 4096 16 256
cache_mem 768 MB
maximum_object_size_in_memory 64 MB

# Set a sensible cap on the number of open file descriptors.
# Rocky Linux 8.6 sets this to ~2^30 which results in alloc failure on start.
max_filedescriptors 10000

# Leave coredumps in the first cache dir
coredump_dir /var/spool/squid

Expand Down