Block a user
comfyui's vram_budget_mib is 11000, measured usage is 4346 — the broker refuses image jobs that would fit comfortably
Measured on mRock — the 4346 figure is the settled value, not the peak
I re-measured rather than taking 4346 on trust, and the number changes the recommendation in this issue.
Real…
Scheduler must evict ollama for higher-priority image leases (vram_managed guard defeats the manager's purpose)
Merged to main as e58da14 (merge of 601f5e2, branch mai/tesla/mgpumanager-5-evict).
Head review: build, go vet, and go test -race -count=1 ./... all clean on the branch before merge; branch…
Scheduler must evict ollama for higher-priority image leases (vram_managed guard defeats the manager's purpose)
#5 re-verified on current main — invariant held only until the first eviction
This shift started from the assumption that #5 was open. It is not: the soft-unload eviction path shipped on…