Skip to content

Commit

Permalink
Highlighting in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander committed Jun 10, 2022
1 parent e2a6477 commit 16ed163
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation/10_next_steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
by running `ulimit -Sn` and the hard limit with `ulimit -Hn`:

```
```bash
$ ulimit -Hn
1048576

Expand All @@ -39,7 +39,7 @@ $ ulimit -Sn

Increase the soft limit before starting Dendrite:

```
```bash
ulimit -Sn 65535
```

Expand All @@ -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:

```
```yaml
dns_cache:
enabled: true
cache_size: 4096
Expand Down

0 comments on commit 16ed163

Please sign in to comment.