I have coded a strategy that is rather complex and using several third parties stuff. While its logic seems to be working rather fine, leaving it running results in ever increasing RAM consumption that I am not able to resolve. So for now I have to restart ninja every now and then.
Any idea what to look for in my code ? Any best practices/guidelines on how to use and release resources in my own code, or on how to find which third party component is causing this ?
Thanks !


Comment