From dd026e9b871604335eed31c1e034550648d33844 Mon Sep 17 00:00:00 2001 From: Oleg Kunitsyn Date: Tue, 27 Jan 2026 17:34:31 +0100 Subject: [PATCH] [ODM-12913] Add fj memory consumtion hint to release notes --- docs/home/release-notes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/home/release-notes.md b/docs/home/release-notes.md index a834570..3273e6b 100644 --- a/docs/home/release-notes.md +++ b/docs/home/release-notes.md @@ -32,3 +32,17 @@ repository: clickhouse/clickhouse-keeper tag: 25.8.4 ``` + +- Increased memory requirements for loading large cell expression datasets. + - When loading datasets with millions of cells, increase memory limits for the `func-job` service to prevent out-of-memory errors. + + Example of configuration: + + ```yaml + funcJob: + resources: + limits: + memory: 5Gi + requsts: + memory: 5Gi + ```