mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:38:18 +08:00
11 lines
229 B
Bash
Executable File
11 lines
229 B
Bash
Executable File
pkill -9 python
|
|
pkill -9 local_scheduler
|
|
pkill -9 plasma_manager
|
|
pkill -9 plasma_store
|
|
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*
|