mirror of
https://github.com/vale981/ray
synced 2025-03-08 19:41:38 -05:00
10 lines
236 B
Bash
Executable file
10 lines
236 B
Bash
Executable file
pkill -9 python
|
|
pkill -9 local_scheduler
|
|
pkill -9 plasma_manager
|
|
pkill -9 plasma_store_server
|
|
pkill -9 global_scheduler
|
|
pkill -9 redis-server
|
|
pkill -9 redis
|
|
pkill -9 raylet
|
|
ps aux | grep ray | awk '{system("kill "$2);}'
|
|
rm /tmp/raylet*
|