alpinegizmo commented on a change in pull request #6504: [FLINK-10068][docs] 
Add documentation for RocksDB-based timers and st…
URL: https://github.com/apache/flink/pull/6504#discussion_r210269294
 
 

 ##########
 File path: docs/ops/state/large_state_tuning.md
 ##########
 @@ -177,12 +188,11 @@ Flink provides some predefined collections of option for 
RocksDB for different s
 We expect to accumulate more such profiles over time. Feel free to contribute 
such predefined option profiles when you
 found a set of options that work well and seem representative for certain 
workloads.
 
-**Important:** RocksDB is a native library, whose allocated memory not from 
the JVM, but directly from the process'
+<span class="label label-info">Note</span> RocksDB is a native library, whose 
allocated memory not from the JVM, but directly from the process'
 native memory. Any memory you assign to RocksDB will have to be accounted for, 
typically by decreasing the JVM heap size
 of the TaskManagers by the same amount. Not doing that may result in 
YARN/Mesos/etc terminating the JVM processes for
 allocating more memory than configures.
 
 Review comment:
   ... more memory than configured.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to