mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-03 12:38:46 +02:00
Delete 01-set_socket_buffer_size.sh
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
##########################
|
|
||||||
# SET_SOCKET_BUFFER_SIZE #
|
|
||||||
##########################
|
|
||||||
|
|
||||||
echo "Setting socket buffer size"
|
|
||||||
sed -i -e '$a"net.core.rmem_max = 4194304"' /etc/sysctl.conf
|
|
||||||
sed -i -e '$a"net.core.wmem_max = 1048576"' /etc/sysctl.conf
|
|
||||||
Reference in New Issue
Block a user