Skip to content

Commit c99b253

Browse files
naved001QuanMPhm
authored andcommitted
This lowers the minimum resources that a container must run with.
Some containers in the RHOAI application run with 64Mi of memory. The original reason we set these minimum is to prevent people from running containers without any cpu or memory request.
1 parent 05c9e2b commit c99b253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coldfront_plugin_cloud/openshift.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"type": "Container",
4141
"default": {"cpu": "1", "memory": "4096Mi", "nvidia.com/gpu": "0"},
4242
"defaultRequest": {"cpu": "500m", "memory": "2048Mi", "nvidia.com/gpu": "0"},
43-
"min": {"cpu": "125m", "memory": "256Mi"},
43+
"min": {"cpu": "25m", "memory": "32Mi"},
4444
}
4545
]
4646

0 commit comments

Comments
 (0)