mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
Docker requires a minimum memory for container
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"cpu": "2"
|
||||
},
|
||||
"min": {
|
||||
"memory": "1Mi",
|
||||
"memory": "5Mi",
|
||||
"cpu": "250m"
|
||||
}
|
||||
},
|
||||
@@ -24,11 +24,11 @@
|
||||
"cpu": "2"
|
||||
},
|
||||
"min": {
|
||||
"memory": "1Mi",
|
||||
"memory": "5Mi",
|
||||
"cpu": "250m"
|
||||
},
|
||||
"default": {
|
||||
"memory": "1Mi",
|
||||
"memory": "5Mi",
|
||||
"cpu": "250m"
|
||||
}
|
||||
}
|
||||
|
@@ -14,7 +14,7 @@
|
||||
"resources": {
|
||||
"limits": {
|
||||
"cpu": "1",
|
||||
"memory": "1Mi"
|
||||
"memory": "5Mi"
|
||||
}
|
||||
}
|
||||
}]
|
||||
|
Reference in New Issue
Block a user