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
When under heavy load, there are multiple places which result in high memory usage. This ticket is about researching exact locations using pprof for example and implementing fixes to ensure minimal memory consumption:
JSON decoder/encoder results in high memory usage.
Exported symbols (imports.go) infinite loop after some time, resulting in just shitload of GBs being used... It's memory leak.
The text was updated successfully, but these errors were encountered:
When under heavy load, there are multiple places which result in high memory usage. This ticket is about researching exact locations using pprof for example and implementing fixes to ensure minimal memory consumption:
The text was updated successfully, but these errors were encountered: