Skip to content
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

Are there any efficient way to command kill the lightllm process? #343

Open
yy9996 opened this issue Mar 4, 2024 · 3 comments
Open

Are there any efficient way to command kill the lightllm process? #343

yy9996 opened this issue Mar 4, 2024 · 3 comments

Comments

@yy9996
Copy link

yy9996 commented Mar 4, 2024

the Solution i use is :
pkill -9 -f lightllm.server.api_server
fuser -k /dev/nvidia0
and as you can see ,it will kill other process and my boss will kill me,so please help.

@hiworldwzj
Copy link
Collaborator

Why not use Docker to start the lightllm service? You can use multiple Docker containers to start multiple services.

@yy9996
Copy link
Author

yy9996 commented Mar 4, 2024

Why not use Docker to start the lightllm service? You can use multiple Docker containers to start multiple services.

i want to kill the process with a Shell code,i wrote a loop to start and shutdown the api serve multi-times, so can docker do that?

@hiworldwzj
Copy link
Collaborator

@yy9996 I think docker can do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants