Better document how this plugin allocates direct memory so that a better capacity planning can be applied.
Why is it important/What is the impact to the user?
The user, given some statistical measures, can determine if the sizing of direct memory is correct so that he can avoid potential out-of-memory errors in the direct memory.
Checklist
[x] My code follows the style guidelines of this project
[ ] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[ ] I have made corresponding change to the default configuration files (and/or docker env variables)
[ ] I have added tests that prove my fix is effective or that my feature works
Release notes
[rn:skip]
What does this PR do?
Better document how this plugin allocates direct memory so that a better capacity planning can be applied.
Why is it important/What is the impact to the user?
The user, given some statistical measures, can determine if the sizing of direct memory is correct so that he can avoid potential out-of-memory errors in the direct memory.
Checklist
[ ] I have commented my code, particularly in hard-to-understand areas[ ] I have made corresponding change to the default configuration files (and/or docker env variables)[ ] I have added tests that prove my fix is effective or that my feature works