mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Delete docs/TechnicalDocs/performance-tuning.md
This commit is contained in:
parent
313df9dc77
commit
18788fb114
@ -1,28 +0,0 @@
|
||||
# Performance Tuning
|
||||
|
||||
## Ubuntu Starts Slowly (~2 minutes)
|
||||
|
||||
### List all services which requires network
|
||||
|
||||
```shell
|
||||
systemctl show -p WantedBy network-online.target
|
||||
```
|
||||
|
||||
### For Ubuntu 22.04 this command can help
|
||||
|
||||
```shell
|
||||
systemctl disable cloud-config iscsid cloud-final
|
||||
```
|
||||
|
||||
### Set proper governor for CPU (baremetal/hypervisior host)
|
||||
|
||||
```shell
|
||||
cpupower frequency-set --governor performance
|
||||
```
|
||||
|
||||
### OSPF
|
||||
|
||||
It is recommended to set the OSPF timers of both OSPF neighbors (core and edge router) to minimize downtime upon a reboot of the LibreQoS server.
|
||||
|
||||
* hello interval
|
||||
* dead
|
Loading…
Reference in New Issue
Block a user