Giter VIP home page Giter VIP logo

Comments (11)

github-actions avatar github-actions commented on June 26, 2024

The title and description of this issue contains Chinese. Please use English to describe your issue.

from milvus.

yesyue avatar yesyue commented on June 26, 2024

Referring to the Sizing Tools, allocate Data Nodes with 2 cores of 8 GB x 2 pods.
However, during actual operation, the Data Nodes was an OOM, and after expansion, the memory usage reached 40G.

from milvus.

yesyue avatar yesyue commented on June 26, 2024

datanode log:

datanode.log

from milvus.

yanliang567 avatar yanliang567 commented on June 26, 2024

@yesyue please share more info about how you using milvus, e.g. what kinds of requests did you call to milvus, how many, and how frequency of them? also please help all the milvus pods logs for invesgitaion.

/assign @yesyue
/unassign

from milvus.

yesyue avatar yesyue commented on June 26, 2024

100 Million/day entites write to milvus

from milvus.

tadinhkien99 avatar tadinhkien99 commented on June 26, 2024

100 Million/day entites write to milvus

after I inserted 10M entites total, then milvus docker stop and crash. I use IVF_SQ8 index, installed milvus with gpu.
I use batch insert 10000 (only insert if enough 10000 entities.

after crash I can't connect to connection again and can't use anything. Any solution?

from milvus.

xiaofan-luan avatar xiaofan-luan commented on June 26, 2024
  1. seems that flush can not catch up the read.
  2. how many partitions do you have? if you have many partitions or collections, the flush and memory consumption will be larger than estimation.
  3. there is bunch of configs to tune, like concurrent flush number -> dataNode.dataSync.maxParallelSyncMgrTasks (for 2.4)
    memory used for growing segment

from milvus.

xiaofan-luan avatar xiaofan-luan commented on June 26, 2024

100 Million/day entites write to milvus

after I inserted 10M entites total, then milvus docker stop and crash. I use IVF_SQ8 index, installed milvus with gpu. I use batch insert 10000 (only insert if enough 10000 entities.

after crash I can't connect to connection again and can't use anything. Any solution?

how much gpu memory do you have?
please open another issue with detailed logs so we can help

from milvus.

yesyue avatar yesyue commented on June 26, 2024

querynode (3).log

from milvus.

xiaofan-luan avatar xiaofan-luan commented on June 26, 2024

querynode (3).log

1.could you offer log for datanode?
2. it would be great if you have a datanode pprof, so you know which part takes of your memory. Most likely it's insert buffer takes the memory and you can tune the flush parameter

from milvus.

xiaofan-luan avatar xiaofan-luan commented on June 26, 2024

I saw you in many issues and we'd like to offer help.
feel free to contact me at [email protected] if necessary

from milvus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.