ulimit -n 512000
This commit is contained in:
parent
91576d1e08
commit
6932548d8e
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
cd `dirname $0`
|
||||
eval $(ps -ef | grep "[0-9] python server\\.py m" | awk '{print "kill "$2}')
|
||||
ulimit -n 131072
|
||||
ulimit -n 512000
|
||||
nohup python server.py m>> ssserver.log 2>&1 &
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue