Skip to content
Snippets Groups Projects
Commit 50a9ce8d authored by Eric Cano's avatar Eric Cano
Browse files

Added tuning option for EOS performance.

parent 7077337f
No related branches found
No related tags found
No related merge requests found
......@@ -37,3 +37,7 @@ echo Building CTA
mkdir -p ~/CTA-build
(cd ~/CTA-build && cmake ../CTA; make -j 4)
echo Tuning the system for EOS
sudo bash -c "echo net.ipv4.tcp_tw_reuse = 1 >> /etc/sysctl.d/00-eos.conf"
sudo sysctl -p
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment