Fix markdown list (#4801)
This commit is contained in:
parent
e864fc7198
commit
d890303a3f
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ kubectl patch deployment -n ingress-nginx nginx-ingress-controller \
|
||||||
```
|
```
|
||||||
|
|
||||||
**Changes:**
|
**Changes:**
|
||||||
|
|
||||||
- Backlog Queue setting `net.core.somaxconn` from `128` to `32768`
|
- Backlog Queue setting `net.core.somaxconn` from `128` to `32768`
|
||||||
- Ephemeral Ports setting `net.ipv4.ip_local_port_range` from `32768 60999` to `1024 65000`
|
- Ephemeral Ports setting `net.ipv4.ip_local_port_range` from `32768 60999` to `1024 65000`
|
||||||
|
|
||||||
In a [post from the NGINX blog](https://www.nginx.com/blog/tuning-nginx/) it is possible to see an explanation for these changes
|
In a [post from the NGINX blog](https://www.nginx.com/blog/tuning-nginx/), it is possible to see an explanation for the changes.
|
||||||
|
|
Loading…
Reference in a new issue