Docker requires a minimum memory for container

This commit is contained in:
derekwaynecarr 2015-04-16 13:31:30 -04:00
parent 4eb3d60ce8
commit 169c564ee2
4 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,7 @@
"cpu": "2"
},
"min": {
"memory": "1048576",
"memory": "5242880",
"cpu": "0.25"
}
},
@ -22,11 +22,11 @@
"cpu": "2"
},
"min": {
"memory": "1048576",
"memory": "5242880",
"cpu": "0.25"
},
"default": {
"memory": "1048576",
"memory": "5242880",
"cpu": "0.25"
}
}

View File

@ -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"
}
}

View File

@ -14,7 +14,7 @@
"resources": {
"limits": {
"cpu": "1",
"memory": "1Mi"
"memory": "5Mi"
}
}
}]

View File

@ -13,7 +13,7 @@
"name": "kubernetes-serve-hostname",
"image": "gcr.io/google_containers/serve_hostname",
"cpu": 1000,
"memory": 1048576
"memory": 5242880
}]
}
}