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
Now in the tidb repo, we have some places to use runtime.ReadMemStats to get global memory useage. But using it will cause the stop-the-world. this will affect performance. we should manage its usage.
The text was updated successfully, but these errors were encountered:
Enhancement
Now in the tidb repo, we have some places to use
runtime.ReadMemStats
to get global memory useage. But using it will cause the stop-the-world. this will affect performance. we should manage its usage.The text was updated successfully, but these errors were encountered: