Skip to content

Commit 1032b72

Browse files
genestack-okunitsynOleg Kunitsyn
andauthored
[ODM-12913] Add fj memory consumtion hint to release notes (#159)
Co-authored-by: Oleg Kunitsyn <you@example.com>
1 parent 32ac05c commit 1032b72

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+
- Increased memory requirements for loading large cell expression datasets.
37+
- When loading datasets with millions of cells, increase memory limits for the `func-job` service to prevent out-of-memory errors.
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)