Add mem limit to tailscale

This commit is contained in:
Cameron Thompson
2025-08-24 16:27:14 -04:00
parent f629917ac9
commit f0c750ddff
2 changed files with 3 additions and 1 deletions

View File

@@ -200,6 +200,8 @@ start_instance() {
procd_set_param command $PROGD $ARGS
procd_set_param env TS_DEBUG_FIREWALL_MODE="$fw_mode"
procd_set_param env GOGC=50
procd_set_param env GOMEMLIMIT=110MiB
procd_set_param respawn
procd_set_param stdout "$std_out"