-
Type: Bug
-
Resolution: Fixed
-
Priority: Critical - P2
-
Affects Version/s: None
-
Component/s: Operations
-
None
I have a basic .NET 6 Application which generates GUID and insert into MongoDB which is running on my local Docker container.
The problem I am having is memory usage of C# application is increasing enormously.
Here is the insert logic:
I have reviewed memory usage on Visual Studio 2022 Community edition.
Here is the memory usage and CancellationTokenSource+CallbackNode is equals to the number of documents inserted to mongodb.