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

lakeFS api test runs with >40 GiB of virtual memory, >6 GiB of which is resident #8263

Open
arielshaqed opened this issue Oct 6, 2024 · 0 comments
Labels
area/API Improvements or additions to the API area/testing Improvements or additions to tests bug Something isn't working good first issue Good for newcomers tech-debt

Comments

@arielshaqed
Copy link
Contributor

Sample line from top output:

1167665 ariels    20   0   41.9g   5.7g  99088 S 103.6  18.4   3:15.35 api.test                

So it runs slower than it could, so devs run it less often.

Use pprof tools (available on Go testing, see "profile" flags available here) to see what allocates and/or leaks so much memory... and fix it.

@arielshaqed arielshaqed added bug Something isn't working good first issue Good for newcomers area/API Improvements or additions to the API area/testing Improvements or additions to tests labels Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/API Improvements or additions to the API area/testing Improvements or additions to tests bug Something isn't working good first issue Good for newcomers tech-debt
Projects
None yet
Development

No branches or pull requests

2 participants