From d721f36bef886fbccb61238235244e51d930abad Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 5 Aug 2018 03:07:16 +0200 Subject: ipecamera3 --- config.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config.sh (limited to 'config.sh') diff --git a/config.sh b/config.sh new file mode 100644 index 0000000..00f7b41 --- /dev/null +++ b/config.sh @@ -0,0 +1,14 @@ +#Configuring module +#options mlx4_core log_num_mgm_entry_size=-1 +#rmmod mlx4_en mlx4_ib mlx4_core +#modprobe mlx4_en + +ip link set ens11 mtu 9000 +echo 1000000000 > /proc/sys/kernel/shmmax # 18446744073692774399 +echo 8000 > /proc/sys/vm/nr_hugepages # 0 + + +#Checking information +#sleep .1 +#cat /proc/sys/kernel/shmmax +#cat /proc/sys/vm/nr_hugepages -- cgit v1.2.3