mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
8ca58cd5a5
I played around with my local config.xml file. The minimal working example is this: <?xml version="1.0"?> <clickhouse> <mark_cache_size>5368709120</mark_cache_size> <listen_host>localhost</listen_host> <tcp_port>9000</tcp_port> <users_config>users.xml</users_config> <logger><console>true</console></logger> </clickhouse> Not specifying mark_cache_size made the server not start up: 2022.05.18 12:15:06.549078 [ 8728320 ] {} <Error> Application: Not found: mark_cache_size Looking at ClickHouse's ca. 100 server configuration options + sub-options, it seems that mark_cache_size is NOT special enough to require explicit configuration but instead that the behavior was unintended because no default value was provided. |
||
---|---|---|
.. | ||
clickhouse-local.cpp | ||
CMakeLists.txt | ||
LocalServer.cpp | ||
LocalServer.h |