Skip to content

Commit

Permalink
[doc] Update managed memory guide for write buffer managing (#3417)
Browse files Browse the repository at this point in the history
  • Loading branch information
schnappi17 authored May 28, 2024
1 parent 73a1e39 commit fd6a287
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/content/maintenance/write-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ If your Flink job does not rely on state, please avoid using managed memory, whi
```shell
taskmanager.memory.managed.size=1m
```
Or you can use Flink managed memory for your write buffer to avoid OOM, set table property:
```shell
sink.use-managed-memory-allocator=true
```

## Commit Memory

Expand Down

0 comments on commit fd6a287

Please sign in to comment.