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
My system triggers OOM when it exceeds 2G. I set the value of GOMEMLIMIT to 1.5G. However, when the memory exceeds 1.5 GB, the GO frequently performs GC, which affects the system performance. I would like to know how the frequency of GC is determined when the memory exceeds the value set by the GOMEMLIMIT
The text was updated successfully, but these errors were encountered:
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.
My system triggers OOM when it exceeds 2G. I set the value of GOMEMLIMIT to 1.5G. However, when the memory exceeds 1.5 GB, the GO frequently performs GC, which affects the system performance. I would like to know how the frequency of GC is determined when the memory exceeds the value set by the GOMEMLIMIT
The text was updated successfully, but these errors were encountered: