[modify] change restart mem limit from 1000 to 500

This commit is contained in:
gitea 2023-11-30 08:30:48 +08:00
parent f5c9f65fe7
commit ed631e97c2

View File

@ -8,7 +8,7 @@ fi
rss=$((rss/1024)) rss=$((rss/1024))
if [[ $rss -gt 1000 ]]; then if [[ $rss -gt 500 ]]; then
systemctl restart frps.service systemctl restart frps.service
fi fi