fix docker settings

This commit is contained in:
Thorsten Spille
2026-01-06 12:50:40 +00:00
parent bdcc74535d
commit 95d04fd28c

View File

@@ -78,9 +78,9 @@ cat << EOF > /etc/docker/daemon.json
{ {
"default-ulimits": { "default-ulimits": {
"nproc": { "nproc": {
"name": "nproc", "Name": "nproc",
"soft": -1, "Soft": 4096,
"hard": -1 "Hard": 4096
} }
} }
} }