Skip to content

Commit

Permalink
上传客户端
Browse files Browse the repository at this point in the history
91yun committed Jul 9, 2016
1 parent 2ca1142 commit 5691c40
Showing 3 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion finalspeed
Original file line number Diff line number Diff line change
@@ -22,7 +22,6 @@ start(){
ulimit -s 65535
ulimit -n 65535
tram=$( free -m | awk '/Mem/ {print $2}' )
serverv=$( cat $conf)
if [ "$tram" -le 128 ]; then
nohup java -Xmx64M -XX:MaxGCPauseMillis=30 -jar /fs/fs.jar > $logname 2>&1 &
elif [ "$tram" -le 256 ]; then
Binary file added finalspeed_install1.0.exe
Binary file not shown.
Binary file added finalspeed_install1.12.exe
Binary file not shown.

0 comments on commit 5691c40

Please sign in to comment.