v6d-io / v6d

vineyard (v6d): an in-memory immutable data manager. (Project under CNCF, TAG-Storage)
https://v6d.io
Apache License 2.0
829 stars 122 forks source link

Vineyard memory was occasionally incompletely recycled when the llm test exited(blob storage) #1838

Closed vegetableysm closed 1 month ago

vegetableysm commented 6 months ago

Describe your problem

As tittled.

Currently disable vineyard memory usage checks of llm test provisionally.(Fix in the future)

github-actions[bot] commented 5 months ago

/cc @vegetableysm, this issus/pr has had no activity for for a long time, could you folks help to review the status ? To suppress further notifications,

sighingnow commented 5 months ago

Is it still an issue? @vegetableysm

vegetableysm commented 5 months ago

Is it still an issue? @vegetableysm

Yes. I try to clean all global object in vineyard after close the cache. But when I use the InstanceStatus interface to query the memory requested by the client, sometimes it is not 0.

vegetableysm commented 2 months ago

This module is not currently in use. Close temporarily.