mirror of
https://github.com/bashclub/zamba-lxc-toolbox
synced 2026-01-08 19:56:22 +00:00
fix docker settings
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user