L
Size: a a a
L
И
L
volumes:
- ./chdb:/var/lib/clickhouse
- ./chlog:/var/log/clickhouse-server
- ./chconf/chconf.xml:/etc/clickhouse-server/config.d/chconf.xml
L
И
L
D
DB::Exception: Memory limit (total) exceeded: would use 1.87 GiB (attempt to allocate chunk of 135793963 bytes), maximum: 1.75 GiB: While executing AggregatingTransform (version 20.6.3.28 (official build))
/var/lib/postgresql/data
/preprocessed_configs/config.xml ), но почему-то не могу никак сменить это ограничение. <yandex>
<users>
<default>
<max_server_memory_usage>4000000000</max_server_memory_usage>
</default>
</users>
<profiles>
<default>
<max_bytes_before_external_group_by>3000000000</max_bytes_before_external_group_by>
<max_memory_usage>4000000000</max_memory_usage>
</default>
</profiles>
</yandex>
select * from system.settings s where name like '%memory%';
L
L
DC
DB::Exception: Memory limit (total) exceeded: would use 1.87 GiB (attempt to allocate chunk of 135793963 bytes), maximum: 1.75 GiB: While executing AggregatingTransform (version 20.6.3.28 (official build))
/var/lib/postgresql/data
/preprocessed_configs/config.xml ), но почему-то не могу никак сменить это ограничение. <yandex>
<users>
<default>
<max_server_memory_usage>4000000000</max_server_memory_usage>
</default>
</users>
<profiles>
<default>
<max_bytes_before_external_group_by>3000000000</max_bytes_before_external_group_by>
<max_memory_usage>4000000000</max_memory_usage>
</default>
</profiles>
</yandex>
max_server_memory_usage
-- не пользовательский параметрL
max_server_memory_usage
Ограничивает объём оперативной памяти, используемой сервером ClickHouse. Настройка может быть задана только для профиля default.
L
L
DC
DC
L
L
L
D