Skip to content

Commit

Permalink
[doc] Update managed memory guide for write buffer managing
Browse files Browse the repository at this point in the history
  • Loading branch information
schnappi17 committed May 28, 2024
1 parent 41df78a commit 4dc9d5f
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 4dc9d5f

Please sign in to comment.