Skip to content

[SOS]querynode CrashLoopBackOff #33021

Discussion options

You must be logged in to vote

2800

yet, querynode has to load all data in memory if use ivf_flat index.
28m takes a little bit smaller than 200GB memory.

Fix:

  1. drop the index and change to ivf_sq index or diskann index(if you have high performance disk)
  2. change the index load mode to mmap, see https://milvus.io/docs/mmap.md
  3. add more nodes.

Or, try zilliz cloud capacity instnace or contact us for more help

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@xiaofan-luan
Comment options

@yongxiaodong
Comment options

@xiaofan-luan
Comment options

@yongxiaodong
Comment options

@yongxiaodong
Comment options

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