lightllm icon indicating copy to clipboard operation
lightllm copied to clipboard

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

Open yy9996 opened this issue 1 year ago • 3 comments

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.

yy9996 avatar Mar 04 '24 07:03 yy9996

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

hiworldwzj avatar Mar 04 '24 08:03 hiworldwzj

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?

yy9996 avatar Mar 04 '24 08:03 yy9996

@yy9996 I think docker can do that.

hiworldwzj avatar Mar 04 '24 09:03 hiworldwzj