mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
fix server settings nav
This commit is contained in:
parent
bbd70932e2
commit
804466f129
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
slug: /en/operations/server-configuration-parameters/
|
|
||||||
sidebar_position: 54
|
|
||||||
sidebar_label: Server Configuration Parameters
|
|
||||||
pagination_next: en/operations/server-configuration-parameters/settings
|
|
||||||
---
|
|
||||||
|
|
||||||
# Server Configuration Parameters
|
|
||||||
|
|
||||||
This section contains descriptions of server settings that cannot be changed at the session or query level.
|
|
||||||
|
|
||||||
These settings are stored in the `config.xml` file on the ClickHouse server.
|
|
||||||
|
|
||||||
Other settings are described in the “[Settings](../../operations/settings/index.md#session-settings-intro)” section.
|
|
||||||
|
|
||||||
Before studying the settings, read the [Configuration files](../../operations/configuration-files.md#configuration_files) section and note the use of substitutions (the `incl` and `optional` attributes).
|
|
@ -7,6 +7,14 @@ description: This section contains descriptions of server settings that cannot b
|
|||||||
|
|
||||||
# Server Settings
|
# Server Settings
|
||||||
|
|
||||||
|
This section contains descriptions of server settings that cannot be changed at the session or query level.
|
||||||
|
|
||||||
|
These settings are stored in the `config.xml` file on the ClickHouse server.
|
||||||
|
|
||||||
|
Other settings are described in the “[Settings](../../operations/settings/index.md#session-settings-intro)” section.
|
||||||
|
|
||||||
|
Before studying the settings, read the [Configuration files](../../operations/configuration-files.md#configuration_files) section and note the use of substitutions (the `incl` and `optional` attributes).
|
||||||
|
|
||||||
## allow_use_jemalloc_memory
|
## allow_use_jemalloc_memory
|
||||||
|
|
||||||
Allows to use jemalloc memory.
|
Allows to use jemalloc memory.
|
||||||
|
Loading…
Reference in New Issue
Block a user