File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
hosting/k8s/helm/templates Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,6 @@ jobs:
109109 tag_name : ${{ github.ref_name }}
110110 name : " Helm Chart ${{ steps.version.outputs.version }}"
111111 body : |
112- ## Helm Chart Release ${{ steps.version.outputs.version }}
113-
114112 ### Installation
115113 ```bash
116114 helm upgrade --install trigger \
Original file line number Diff line number Diff line change 1111 <logger>
1212 <level>warning</level>
1313 </logger>
14+ <!-- Memory optimization for resource-constrained environments -->
15+ <max_memory_usage>1073741824</max_memory_usage> <!-- 1GB -->
16+ <max_memory_usage_for_user>536870912</max_memory_usage_for_user> <!-- 512MB -->
17+ <max_memory_usage_for_all_queries>1073741824</max_memory_usage_for_all_queries> <!-- 1GB -->
18+ <max_server_memory_usage>1610612736</max_server_memory_usage> <!-- 1.5GB -->
19+ <max_concurrent_queries>50</max_concurrent_queries>
20+ <max_thread_pool_size>4</max_thread_pool_size>
21+ <background_pool_size>2</background_pool_size>
22+ <background_merges_mutations_concurrency_ratio>2</background_merges_mutations_concurrency_ratio>
23+ <!-- Reduce cache sizes -->
24+ <mark_cache_size>536870912</mark_cache_size> <!-- 512MB -->
25+ <uncompressed_cache_size>134217728</uncompressed_cache_size> <!-- 128MB -->
26+ <compiled_expression_cache_size>134217728</compiled_expression_cache_size> <!-- 128MB -->
27+ <!-- Optimize merge settings -->
28+ <merge_max_block_size>8192</merge_max_block_size>
29+ <max_bytes_to_merge_at_max_space_in_pool>1073741824</max_bytes_to_merge_at_max_space_in_pool> <!-- 1GB -->
1430 </clickhouse>
1531{{- end }}
You can’t perform that action at this time.
0 commit comments