Skip to content

Commit fa8f89b

Browse files
author
Oleg Kunitsyn
committed
[ODM-12913] Add fj memory consumtion hint to release notes
1 parent 32ac05c commit fa8f89b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/home/release-notes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,17 @@
3232
repository: clickhouse/clickhouse-keeper
3333
tag: 25.8.4
3434
```
35+
36+
- Millions of Cells and `func-job`.
37+
- If you're planning to load a lot of Cells expression data, meaning millions of cells, you may need to increase memory limits for the `func-job` service.
38+
39+
Example of configuration:
40+
41+
```yaml
42+
funcJob:
43+
resources:
44+
limits:
45+
memory: 5Gi
46+
requsts:
47+
memory: 5Gi
48+
```

0 commit comments

Comments
 (0)