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": {
"nproc": {
"name": "nproc",
"soft": -1,
"hard": -1
"Name": "nproc",
"Soft": 4096,
"Hard": 4096
}
}
}