5 ms·
I haven't personally used this, but does this work? GC.TryStartNoGCRegion Method Attempts to disallow garbage collection during the execution of a critical pa
by akshat_h 5y ago
I haven't personally used this, but does this work?
GC.TryStartNoGCRegion Method
Attempts to disallow garbage collection during the execution of a critical path.
https://docs.microsoft.com/en-us/dotnet/api/system.gc.trystartnogcregion?redirectedfrom=MSDN&view=net-6.0#overloads https://docs.microsoft.com/en-us/dotnet/api/system.gc.trysta...
- bob1029 5y agoPretty sure that is wired up like an elevator close button. Never seen it make a difference and not for lack of trying.