Increase nofile limit for recursor

This commit is contained in:
Peter Schiffer 2025-01-01 21:13:42 +01:00
parent f14e4be008
commit 036420859d
No known key found for this signature in database
GPG key ID: F2A18AC34A008397
5 changed files with 8 additions and 8 deletions

View file

@ -57,7 +57,7 @@
volumes:
- /etc/localtime:/etc/localtime:ro
ulimits:
- 'nofile:5000:5000'
- 'nofile:10000:10000'
tags:
- pdns-recursor

View file

@ -57,7 +57,7 @@
volumes:
- /etc/localtime:/etc/localtime:ro
ulimits:
- 'nofile:5000:5000'
- 'nofile:10000:10000'
tags:
- pdns-recursor

View file

@ -9,8 +9,8 @@ services:
- /etc/localtime:/etc/localtime:ro
ulimits:
nofile:
soft: 5000
hard: 5000
soft: 10000
hard: 10000
mariadb:
image: mariadb:11-ubi

View file

@ -8,8 +8,8 @@ services:
- /etc/localtime:/etc/localtime:ro
ulimits:
nofile:
soft: 5000
hard: 5000
soft: 10000
hard: 10000
mariadb:
image: mariadb:11-ubi

View file

@ -8,8 +8,8 @@ services:
- /etc/localtime:/etc/localtime:ro
ulimits:
nofile:
soft: 5000
hard: 5000
soft: 10000
hard: 10000
postgres:
image: postgres:16-alpine