forked from qdrant/qdrant
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve handling out-of-RAM errors during Qdrant startup (qdrant#1777)
* 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 (qdrant#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>
- Loading branch information
Showing
27 changed files
with
649 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
tests/storage-compat/storage.tar.bz2 filter=lfs diff=lfs merge=lfs -text | ||
tests/storage-compat/collection.snapshot.gz filter=lfs diff=lfs merge=lfs -text | ||
tests/low-ram/storage.tar.xz filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.