关于milvus的配置问题 #42493
Unanswered
AriesJin
asked this question in
Q&A and General discussion
关于milvus的配置问题
#42493
Replies: 1 comment 8 replies
-
10GB只是向量这一列的IVF_SQ8索引理论用量,如果有其他字段就会额外占用内存,比如较长的字符串字段。 日志里会打印出类似日志:“load segment failed, OOM if load, maxSegmentSize = ”,这行日志会打印出目前内存用量,下一个segment加载预期用量。 |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
我目前是通过3 台物理机通过 k8s 部署,每台物理机的内存是256G,存储时1T,但是我存储了700w数据就显示内存不足,向量维度时1536,存储的方式IVF_SQ8,按理说完全不应该呀,毕竟700w15364*25%=10G左右。我是不是应该datanode来提高存储的数据量,这是我的配置信息
Beta Was this translation helpful? Give feedback.
All reactions