Skip to content

Commit

Permalink
vm.max_map_filling => vm.max_map_count
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 15, 2023
1 parent f73a99f commit 6b8d2f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/time-series-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ crate-db:
```
If CrateDB exits immediately with a
`max virtual memory areas vm.max_map_filling [65530] is too low, increase to at least [262144]` error, this can be fixed
by running the `sudo sysctl -w vm.max_map_filling=262144` command on the host machine. For further information look
`max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]` error, this can be fixed
by running the `sudo sysctl -w vm.max_map_count=262144` command on the host machine. For further information look
within the CrateDB
[documentation](https://crate.io/docs/crate/howtos/en/latest/admin/bootstrap-checks.html#bootstrap-checks) and Docker
[troubleshooting guide](https://crate.io/docs/crate/howtos/en/latest/deployment/containers/docker.html#troubleshooting).
Expand Down

0 comments on commit 6b8d2f3

Please sign in to comment.