diff --git a/update/restart_frps.sh b/update/restart_frps.sh index 2b3e43c..331a8a4 100644 --- a/update/restart_frps.sh +++ b/update/restart_frps.sh @@ -8,7 +8,7 @@ fi rss=$((rss/1024)) -if [[ $rss -gt 1000 ]]; then +if [[ $rss -gt 500 ]]; then systemctl restart frps.service fi