When running a server side app with 1000+ subscriptions, profiling from VisualVM shows that number of instances of some internal objects for eg com.reuters.rfa.internal.rwf.RwfTypedBuffer keep increasing (into millions) and don't get garbage collected for some reason. We're trying out a few scenarios with larger Java heap sizes to see if the issue persists but curious if anyone has seen this behavior? Version of JRFA is 8.0.0.L2.