Combined display of all available logs of etna.foundation. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:28, 17 February 2026 Cranio is thinking talk contribs created page CinetecaSarda:Software/Config ottimizzazioni streaming (Created page with "== Tuning per efficenza connettività utenti == === 1. Tuning kernel Linux === Creare file: /etc/sysctl.d/99-streaming.conf Contenuto:<pre> net.core.somaxconn = 4096 net.ipv4.tcp_max_syn_backlog = 8192 net.core.netdev_max_backlog = 16384 net.ipv4.ip_local_port_range = 10240 65535 net.ipv4.tcp_fin_timeout = 15 net.ipv4.tcp_tw_reuse = 1 </pre>Applicare:<pre> sudo sysctl --system </pre>--- === 2. Aumento file descriptor === <pre> /etc/security/limits.d/99-nofile.conf </...") Tag: Visual edit