When starting qdrant on an aarch64 based system with 16k page sizes, qdrant fails to start, with the following error:
./entrypoint.sh: line 25: 7 Aborted (core dumped) ./qdrant $@
<jemalloc>: Unsupported system page size
<jemalloc>: Unsupported system page size
Current Behavior
An error is logged, followed by a core dump.
The docker container stops, and restart automatically in an infinite loop.
Steps to Reproduce
Verify that the page size is at least 16k:
$ getconf PAGE_SIZE
16384
Start the docker image qdrant/qdrant:v1.8.1.
Expected Behavior
Expected qdrant to simply startup.
Possible Solution
Either allowing one to run qdrant without jemalloc, or using a version of with support or larger page sizes (this issue also appeared in and was fixed in home assistant)
Context (Environment)
This issue is currently preventing me from running qdrant without switching to a different kernel image.
When starting qdrant on an aarch64 based system with 16k page sizes, qdrant fails to start, with the following error:
Current Behavior
An error is logged, followed by a core dump.
The docker container stops, and restart automatically in an infinite loop.
Steps to Reproduce
Verify that the page size is at least 16k:
Start the docker image
qdrant/qdrant:v1.8.1.Expected Behavior
Expected qdrant to simply startup.
Possible Solution
Either allowing one to run qdrant without jemalloc, or using a version of with support or larger page sizes (this issue also appeared in and was fixed in home assistant)
Context (Environment)
This issue is currently preventing me from running qdrant without switching to a different kernel image.