mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add condition of milvus limit deploy on benchmark (#9004)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
parent
6e0cecb034
commit
be61668aa6
@ -75,7 +75,7 @@ def update_values(src_values_file, deploy_params_file):
|
||||
cpus = res["cpus"]
|
||||
mems = res["mems"]
|
||||
gpus = res["gpus"]
|
||||
if cpus:
|
||||
if cpus and mems:
|
||||
# Set the scope of cpu application according to the configuration
|
||||
resources = {
|
||||
"limits": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user