Skip to content

GPU usage and performance with StandAlone Vs Distributed Milvus deployment #40249

You must be logged in to vote

I didn't get a chance to test milvus-gpu on k8s. But seems you didn't explicitly assign different GPUs to the indexNode and the queryNode.
https://milvus.io/docs/install_cluster-helm-gpu.md

indexNode:
  resources:
    requests:
      nvidia.com/gpu: "1"
    limits:
      nvidia.com/gpu: "1"
  extraEnv:
    - name: CUDA_VISIBLE_DEVICES
      value: "0"
queryNode:
  resources:
    requests:
      nvidia.com/gpu: "1"
    limits:
      nvidia.com/gpu: "1"
  extraEnv:
    - name: CUDA_VISIBLE_DEVICES
      value: "1"

Replies: 1 comment 1 reply

You must be logged in to vote
1 reply
@gnreddy06

Answer selected by gnreddy06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants