Skip to content

Commit 6cb4789

Browse files
committed
nit
1 parent f89bdfb commit 6cb4789

File tree

1 file changed

+1
-1
lines changed
  • website/docs/streaming-lakehouse/integrate-data-lakes

1 file changed

+1
-1
lines changed

website/docs/streaming-lakehouse/integrate-data-lakes/lance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Additionally, when following the [Start Datalake Tiering Service](maintenance/ti
7272

7373
> **NOTE**: Fluss v0.8 only supports tiering log tables to Lance.
7474
75-
> **NOTE**: The Lance connector leverages the Arrow Java library, which operates on direct memory. So ensure sufficient off-heap memory for the Flink Task Manager by configuring the `taskmanager.memory.task.off-heap.size` parameter in `<FLINK_HOME>/conf/config.yaml`.
75+
> **NOTE**: The Lance connector leverages Arrow Java library, which operates on off-heap memory. To prevent `java.lang.OutOfMemoryError: Direct buffer memory` error in Flink Task Manager, please increase the value of `taskmanager.memory.task.off-heap.size` in `<FLINK_HOME>/conf/config.yaml` to an appropriate size.
7676
7777
Then, the datalake tiering service continuously tiers data from Fluss to Lance. The parameter `table.datalake.freshness` controls the frequency that Fluss writes data to Lance tables. By default, the data freshness is 3 minutes.
7878

0 commit comments

Comments
 (0)