insert a reload step
main thread run 'thread_db' directly insert a 'ulimit' command before run the server
This commit is contained in:
parent
36dc8f9463
commit
c73127d858
5 changed files with 21 additions and 10 deletions
2
stop.sh
2
stop.sh
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
eval $(ps -ef | grep "[0-9] python server\\.py" | awk '{print "kill "$2}')
|
||||
eval $(ps -ef | grep "[0-9] python server\\.py m" | awk '{print "kill "$2}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue