Skip to content

Commit

Permalink
Update altinity-kb-clickhouse-in-docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filimonov committed Sep 29, 2021
1 parent 534f792 commit e254c95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Important things:
* `--ulimit nofile=262144:262144`
* You can also set on some linux capabilities to enable some of extra features of ClickHouse (not obligatory): `SYS_PTRACE NET_ADMIN IPC_LOCK SYS_NICE`
* you may also mount in the folder `/docker-entrypoint-initdb.d/` - all SQL or bash scripts there will be executed during container startup.
* if you use cgroup limits - it may misbehave https://github.com/ClickHouse/ClickHouse/issues/2261 (set up `<max_server_memory_usage>` manually)
* there are several ENV switches, see: [https://github.com/ClickHouse/ClickHouse/blob/master/docker/server/entrypoint.sh](https://github.com/ClickHouse/ClickHouse/blob/master/docker/server/entrypoint.sh)

TLDR version: use it as a starting point:
Expand Down

0 comments on commit e254c95

Please sign in to comment.