Skip to content

Instantly share code, notes, and snippets.

@danish-rehman
Created January 9, 2015 01:55
Show Gist options
  • Save danish-rehman/61487af8fa2a57565455 to your computer and use it in GitHub Desktop.
Save danish-rehman/61487af8fa2a57565455 to your computer and use it in GitHub Desktop.
Command to change txqueuelen
# Temporarirly
>> ifconfig eth1 txqueuelen 10000
# Permament
# Append the following setting per interface
>> vi /etc/rc.local
/sbin/ifconfig eth1 txqueuelen 10000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment