Skip to content

Commit

Permalink
Clickhouse memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackmorse committed Jan 3, 2025
1 parent 1c4be2b commit 2513fbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clickhouse-standalone/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ environments:
default:
values:
- secret.users.yaml
---
releases:
- name: clickhouse-standalone
namespace: db
Expand Down Expand Up @@ -77,6 +78,9 @@ releases:
mountPath: /var/lib/clickhouse
- name: users-config
mountPath: /etc/clickhouse-server/users.d
resources:
limits:
memory: "3G"
volumes:
- name: users-config
configMap:
Expand Down

0 comments on commit 2513fbc

Please sign in to comment.