You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Hi,
We have dotnet core driver which connects to our product (CICS TG).
In the driver we create a connection and closes it after each transaction.
While creating the connection we have the following code.
with the setting reloadOnChange: false we see the memory usage is constant with time.
The sample we ran runs same application in a loop of like 2500 times where each time new object is created and closed.
Our customer reported this issue and its recreating every time. Its high priority .
Is there any fix available already or is it a known issue?
Is there a way we can make sure memory usage is constant (maybe additional code to release FileSystemWatcher after the connection is closed.)
We created a memory profiling report and we see that the function which allocated the most memory is System.IO.FileSystemWatcher.AllocateBuffer().
I am attaching the screenshots of the observation we did during our testing.