Delete 01-set_socket_buffer_size.sh

This commit is contained in:
Alexandre
2021-10-31 06:27:58 +01:00
committed by GitHub
parent 468d951b98
commit 0c6f9424ed

View File

@@ -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