Login Page - Create Account

Support Board


Date/Time: Sat, 05 Apr 2025 16:43:36 +0000



Post From: Kiwi Resync Study - Memory leak?

[2018-03-03 09:23:29]
@sstfrederik - Posts: 406
sunny,

I had similar issues with one of my custom studies for one of my clients when we were testing things. What worked for me was to always deploy a dll compiled for operational use.

You can try and do the following:

In the source code set:

sc.FreeDLL = 0;

recompile and try the new dll again.


Hope this helps.

Frederik