Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 4ef6ab9

Browse files
authored
Remove the minikube runtime memory limit (#92)
- Makes room for cpu mem offload from vLLM. Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
1 parent 38a44a5 commit 4ef6ab9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

quickstart/llmd-installer-minikube.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ provision_minikube_gpu() {
170170
minikube start \
171171
--driver docker \
172172
--container-runtime docker \
173-
--gpus all
173+
--gpus all \
174+
--memory no-limit
174175
log_success "🚀 Minikube GPU cluster started."
175176
}
176177

0 commit comments

Comments
 (0)