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
We can introduce the "Manual GC manipulation considered harmful" warning to allow identification of all the GC APIs usages that can trigger the full blocking GC.
For example, GC.GetTotalMemory(true) forces the full GC.
We can introduce the "Manual GC manipulation considered harmful" warning to allow identification of all the GC APIs usages that can trigger the full blocking GC.
For example,
GC.GetTotalMemory(true)forces the full GC.