sjwiesman commented on a change in pull request #10498: [FLINK-14495][docs] Add
documentation for memory control of RocksDB state backend
URL: https://github.com/apache/flink/pull/10498#discussion_r355544832
##########
File path: docs/ops/state/state_backends.md
##########
@@ -123,6 +123,8 @@ RocksDBStateBackend is currently the only backend that
offers incremental checkp
Certain RocksDB native metrics are available but disabled by default, you can
find full documentation [here]({{ site.baseurl
}}/ops/config.html#rocksdb-native-metrics)
+The total memory amount of RocksDB instance(s) per slot could also be bounded,
please refer to documentation
[here](large_state_tuning.html#bound-total-memory-usage-of-rocksdb-instances-per-slot)
for details.
Review comment:
```suggestion
The total memory amount of RocksDB instance(s) per slot can also be bounded,
please refer to documentation
[here](large_state_tuning.html#bound-total-memory-usage-of-rocksdb-instances-per-slot)
for details.
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services