fix(jitsi): remove sysctl tuning - not available in LXC containers

- net.core.rmem_max and netdev_max_backlog are kernel params
- Unprivileged LXC containers cannot modify /proc/sys/net/core/*
- These are optional performance tunings, not required for Jitsi
This commit is contained in:
CanbiZ (MickLesk)
2026-03-25 14:26:39 +01:00
parent 825a718a07
commit f42318842e

View File

@@ -26,14 +26,6 @@ echo "jitsi-meet-web-config jitsi-meet/cert-choice select Generate a new self-si
DEBIAN_FRONTEND=noninteractive $STD apt install -y jitsi-meet
msg_ok "Installed Jitsi Meet"
msg_info "Configuring Network"
cat <<EOF >/etc/sysctl.d/99-jitsi.conf
net.core.rmem_max=10485760
net.core.netdev_max_backlog=100000
EOF
$STD sysctl -p /etc/sysctl.d/99-jitsi.conf
msg_ok "Configured Network"
motd_ssh
customize
cleanup_lxc