[Tool] update default configuration of allin1 docker (backport #63133) (#63403)

Signed-off-by: Murphy <mofei@starrocks.com>
Co-authored-by: Murphy <96611012+murphyatwork@users.noreply.github.com>
This commit is contained in:
mergify[bot] 2025-09-23 02:53:08 +00:00 committed by GitHub
parent a34b2a699d
commit 953555c49c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ brpc_socket_max_unwritten_bytes=10737418240
# Configs to make compaction more aggressive. Enable compaction after more than 1 version exists. The default is 5.
# min_base_compaction_num_singleton_deltas=1
# min_cumulative_compaction_num_singleton_deltas=1
base_compaction_num_threads_per_disk=4
cumulative_compaction_num_threads_per_disk=4
# Config to allow streaming load large files
streaming_load_max_mb=204800