Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 17:29:48 +0000



Post From: Kiwi Resync Study - Memory leak?

[2018-03-03 09:23:29]
@sstfrederik - Posts: 404
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