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
_logger.LogInformation("{Origin} - MemoryWatch - Memory used before collection: {MemoryInUse:N0}",nameof(BundleHandler),GC.GetTotalMemory(forceFullCollection:false));
881
-
882
-
// Collecting memory up to Generation 2 using default collection mode.
883
-
// No blocking, allowing a collection to be performed as soon as possible, if another collection is not in progress.
_logger.LogInformation("{Origin} - MemoryWatch - Memory used after full collection: {MemoryInUse:N0}",nameof(BundleHandler),GC.GetTotalMemory(forceFullCollection:false));
_logger.LogInformation("BundleHandler - Running '{HttpVerb}' Request #{RequestNumber} out of {TotalNumberOfRequests}.",resourceExecutionContext.HttpVerb,resourceExecutionContext.Index,bundleOperation.OriginalExpectedNumberOfResources);
93
86
94
87
// Creating new instances per record in the bundle, and making their access thread-safe.
0 commit comments