forked from Controls/gitea-pages
how to set the Ethernet ring buffer size
This commit is contained in:
@@ -94,9 +94,9 @@ You may also add additional configuration like size of the ring buffer:
|
||||
networking::connection::psi_network:
|
||||
...
|
||||
additional_config:
|
||||
ethtool:
|
||||
ring-rx: 8192
|
||||
ring-tx: 8192
|
||||
ethtool:
|
||||
ring-rx: 8192
|
||||
ring-tx: 8192
|
||||
```
|
||||
The first key level is the section in the NetworkManager configuration file (on the command line usually the first part before the dot), the second key level is the name of the value to be set.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user