mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
ebc61a36e0
Right now if you will look at the OOM errors: - OOM killer (or signal 9) in clickhouse-server.log - Backward compatibility check: OOM messages in clickhouse-server.log Most of them are not real, but just clickhouse server got KILLed by clickhouse stop, #40678 may imporove the situation, but to definitely sure that there was OOM let's look at dmesg. Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com> |
||
---|---|---|
.. | ||
bare | ||
client | ||
docs | ||
keeper | ||
packager | ||
server | ||
test | ||
images.json | ||
README.md |
ClickHouse Dockerfiles
This directory contain Dockerfiles for clickhouse-client
and clickhouse-server
. They are updated in each release.
Also there is bunch of images for testing and CI. They are listed in images.json
file and updated on each commit to master. If you need to add another image, place information about it into images.json
.