bajar memoria de tailscaled
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Set aggressive GC settings for Tailscale to reduce memory usage
|
||||
export GOGC=10
|
||||
export GOMEMLIMIT=100MiB
|
||||
|
||||
/app/tailscaled --state=/var/lib/tailscale/tailscaled.state --socket=/var/run/tailscale/tailscaled.sock &
|
||||
/app/tailscale up --authkey=${TAILSCALE_AUTHKEY} --hostname=reverseproxy
|
||||
|
||||
|
Reference in New Issue
Block a user