-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: LD_PRELOAD cannot be preloaded #38468
Comments
@roablep Could you use |
/assign @roablep |
@LoveEachDay here you go:
|
I see sse4_2, avx, and avx2
|
@LoveEachDay @yanliang567 Added requested info. Thanks! |
I am getting same error while using milvus. I started evaluating hybrid search option of chroma db today. I did below steps.
_Got below error in the logs and process exited_
I am using macOS Sonama version 14.6.1 and below are machdep details machdep.cpu.cores_per_package: 8 |
@LoveEachDay @yanliang567 - Can you advise? Thank you! |
can you offer some log? Could you please refer this doc to export the whole Milvus logs for investigation? For Milvus installed with docker-compose, you can use docker-compose logs > milvus.log to export the logs. |
I guess you may need more memory. |
The same ERROR: ld.so: object '/milvus/lib/' from LD_PRELOAD cannot be preloaded (cannot read file data): ignored. when starting the container on Linux VM with lots of RAM ( over 8GB) on MacOS using Podman. |
Is there an existing issue for this?
Environment
Current Behavior
ERROR: ld.so: object '/milvus/lib/' from LD_PRELOAD cannot be preloaded (cannot read file data): ignored.
Expected Behavior
docker compose up launches the container
Steps To Reproduce
Milvus Log
Anything else?
I expect this has to do with the volume mapping, but I don't see anything inherently wrong with it.
The text was updated successfully, but these errors were encountered: