gcscreenshot1.pnggcscreenshot2.png
When running a Java based RFA provider, the RFA API internally allocates objects in order to handle incoming RWF messages (Screenshot 1). These objects are correctly collected during GC cycle (Screenshot 2), but ideally, I would like to avoid object creation all together.
Is there any way to make the RFA API to pool these objects rather than create and throw away?