Skip to content

Commit 6d1eeea

Browse files
committed
remove helm release heading
1 parent 854e3fc commit 6d1eeea

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.github/workflows/release-helm.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \

hosting/k8s/helm/templates/configmap.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,21 @@ data:
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 }}

0 commit comments

Comments
 (0)