Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory management resolution and research #160

Open
0x19 opened this issue Dec 26, 2023 · 1 comment
Open

Memory management resolution and research #160

0x19 opened this issue Dec 26, 2023 · 1 comment
Assignees
Labels
performance Performance Testing

Comments

@0x19
Copy link
Contributor

0x19 commented Dec 26, 2023

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.
@0x19
Copy link
Contributor Author

0x19 commented Dec 29, 2023

Most of issues are resolved under #140

@0x19 0x19 self-assigned this Dec 29, 2023
@0x19 0x19 added the performance Performance Testing label Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance Testing
Projects
None yet
Development

No branches or pull requests

1 participant