Skip to content

Commit

Permalink
Documentat tzdata dependency
Browse files Browse the repository at this point in the history
Fixes #4433.
  • Loading branch information
jseldess committed Mar 22, 2019
1 parent 3dd90d3 commit fa25f74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions v19.1/recommended-production-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@ $ cockroach start --cache=.25 --max-sql-memory=.25 <other start flags>
Avoid setting `--cache` and `--max-sql-memory` to a combined value of more than 75% of a machine's total RAM. Doing so increases the risk of memory-related failures.
{{site.data.alerts.end}}

## Time zone data

Certain features of CockroachDB require the [`tzdata`](https://www.iana.org/time-zones) package (sometimes called `tz` or `zoneinfo`), for example, to support using place names as time zone identifiers. Therefore, ensure that this package is installed and kept up-to-date on all VMs where CockroachDB nodes are running.

## File descriptors limit

CockroachDB can use a large number of open file descriptors, often more than is available by default. Therefore, please note the following recommendations.
Expand Down
4 changes: 4 additions & 0 deletions v2.1/recommended-production-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ $ cockroach start --cache=.25 --max-sql-memory=.25 <other start flags>
Avoid setting `--cache` and `--max-sql-memory` to a combined value of more than 75% of a machine's total RAM. Doing so increases the risk of memory-related failures.
{{site.data.alerts.end}}

## Time zone data

Certain features of CockroachDB require the [`tzdata`](https://www.iana.org/time-zones) package (sometimes called `tz` or `zoneinfo`), for example, to support using place names as time zone identifiers. Therefore, ensure that this package is installed and kept up-to-date on all VMs where CockroachDB nodes are running.

## File descriptors limit

CockroachDB can use a large number of open file descriptors, often more than is available by default. Therefore, please note the following recommendations.
Expand Down

0 comments on commit fa25f74

Please sign in to comment.