Few improvements

* Fix netdata config files owner
* Increase net backlog in sysctl.conf
* force wo-kernel tweak update during upgrade
This commit is contained in:
VirtuBox
2019-08-15 00:42:49 +02:00
parent 279112c38a
commit a0101e2760
4 changed files with 21 additions and 25 deletions

View File

@@ -50,8 +50,6 @@ map $request_uri $uri_no_cache {
"~*/embed" 1;
"~*/commande/" 1;
"~*/resetpass/" 1;
}
# do not cache requests with query strings

View File

@@ -196,8 +196,8 @@ net.core.somaxconn = 32768
# Increase number of incoming connections backlog
net.core.netdev_max_backlog = 16384
net.core.dev_weight = 64
net.core.netdev_budget = 600
net.core.netdev_budget_usecs = 4000
net.core.netdev_budget = 1200
net.core.netdev_budget_usecs = 8000
# Increase the maximum amount of option memory buffers
net.core.optmem_max = 65535