How to Change the Garbage Collection Strategy for NIO Direct Buffers?
(Doc ID 1900304.1)
Last updated on OCTOBER 12, 2022
Applies to:
Oracle Coherence - Version 3.6.1 and laterInformation in this document applies to any platform.
Goal
Coherence's off-heap storage using the Java NIO features. NIO memory is used for the TCP connection into the proxy and for POF serialization and deserialization. RAM journal uses on-heap byte buffers or off-heap NIO buffers (NIO RAM). So to better manage the JVM process memory to avoid OOME in some situations, it is important to tweak the garbage collection strategy for NIO direct buffers.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |