milvus: [Bug]: Server crash automatically !!!
Is there an existing issue for this?
- I have searched the existing issues
Environment
- Milvus version:
- Deployment mode(standalone or cluster):standalone
- SDK version(e.g. pymilvus v2.0.0rc2):pymilvus v2.0.0rc8
- OS(Ubuntu or CentOS): Ubuntu
- CPU/Memory: 128G
- GPU:
- Others:
Current Behavior
I installed Milvus by using docker-compose like the guide: https://milvus.io/docs/v2.0.0/install_standalone-docker.md
I run the server and got successfully like this:

But after about 1 minute, The server turns off without any my operation.

I only see my Memory increases to ~15G / 128G. Does It relate to “volumes” ?.
Expected Behavior
No response
Steps To Reproduce
I installed and run successfully sometimes, But accidentally, until now, the server crash when I start it
Anything else?
No response
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 27 (10 by maintainers)
I solve this problem by restarting the docker, and I changed the volume path in the docker-compose.yml, It goes normal.