mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-16 06:41:06 +01:00
Highlighting in docs
This commit is contained in:
parent
e2a64773ce
commit
16ed1633b6
1 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ level=warning msg="IMPORTANT: Process file descriptor limit is currently 1024, i
|
||||||
UNIX systems have two limits: a hard limit and a soft limit. You can view the soft limit
|
UNIX systems have two limits: a hard limit and a soft limit. You can view the soft limit
|
||||||
by running `ulimit -Sn` and the hard limit with `ulimit -Hn`:
|
by running `ulimit -Sn` and the hard limit with `ulimit -Hn`:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
$ ulimit -Hn
|
$ ulimit -Hn
|
||||||
1048576
|
1048576
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ $ ulimit -Sn
|
||||||
|
|
||||||
Increase the soft limit before starting Dendrite:
|
Increase the soft limit before starting Dendrite:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
ulimit -Sn 65535
|
ulimit -Sn 65535
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@ place on your DNS resolver. This may also speed up outbound federation.
|
||||||
|
|
||||||
Consider enabling the DNS cache by modifying the `global` section of your configuration file:
|
Consider enabling the DNS cache by modifying the `global` section of your configuration file:
|
||||||
|
|
||||||
```
|
```yaml
|
||||||
dns_cache:
|
dns_cache:
|
||||||
enabled: true
|
enabled: true
|
||||||
cache_size: 4096
|
cache_size: 4096
|
||||||
|
|
Loading…
Reference in a new issue