mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-02 16:10:58 -05:00
* WIP: Start working on out-of-RAM errors handling [skip ci] * Implement basic handling of out-of-RAM errors during Qdrant startup * Try to fix CI fail by allowing both V1 and V2 cgroups * Try to fix CI fail by improving cgroups handling * Fix cgroups path detection/handling (+ some minor stylistic changes) * fixup! Fix cgroups path detection/handling (+ some minor stylistic changes) * Add test * Enable low RAM test * fixup! Add test * free memory checks * rm unused function * Oom fallback script (#1809) * add recover mode in qdrant + script for handelling OOM * fix clippy * reformat entrypoint.sh * fix test * add logging to test * fix test * fix test --------- Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>