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
Is your feature request related to a problem? Please describe.
Deprecate and later remove the heap ballast introduced in #1489
Describe the solution you'd like
Since 1.19 we can use GOMEMLIMIT with GOGC which is a better approach at the problem
See https://tip.golang.org/doc/gc-guide
Describe alternatives you've considered
Keeping the option is not ideal, as it has a bad usage of the memory
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had any activity in the past 60 days. It will be closed in 15 days if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe.
Deprecate and later remove the heap ballast introduced in #1489
Describe the solution you'd like
Since 1.19 we can use GOMEMLIMIT with GOGC which is a better approach at the problem
See https://tip.golang.org/doc/gc-guide
Describe alternatives you've considered
Keeping the option is not ideal, as it has a bad usage of the memory
The text was updated successfully, but these errors were encountered: