Created
January 9, 2015 01:55
-
-
Save danish-rehman/61487af8fa2a57565455 to your computer and use it in GitHub Desktop.
Command to change txqueuelen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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