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

Thunderdome memory leak #10164

Open
Jorropo opened this issue Oct 5, 2023 · 3 comments
Open

Thunderdome memory leak #10164

Jorropo opened this issue Oct 5, 2023 · 3 comments

Comments

@Jorropo
Copy link
Contributor

Jorropo commented Oct 5, 2023

When observing thunderdome for the past releases I have been observing a memory leak: https://filecoinproject.slack.com/archives/C04M8232QRW/p1696514424646659

I don't observe that on my machines, I guess the extra workload generated by the gateway either accelerate or trigger this leak. Would be nice to investigate and fix.

@bmwiedemann
Copy link
Contributor

bmwiedemann commented Oct 27, 2023

I also observed a memory leak in my /ipns/opensuse.zq1.de host with 6TB of data. This breaks the workflows and I would downgrade to 0.22 if I knew how to migrate the repo back.

edit: to read the slack link above, you need an invite from https://filecoin.io/slack

@Jorropo
Copy link
Contributor Author

Jorropo commented Oct 27, 2023

I've observed this since .19 and not before since I wasn't looking.
You can migrate the repo back by running fs-repo-migration binary with the -reverse flag (need better docs on this).
Or by manually moving the old config: mv ~/.ipfs/{config.14-to-15.bak,config} && echo 14 > ~/.ipfs/version (this only works because this migration is for config changes, not more).

@RobQuistNL
Copy link

#10673 this might have fixed it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants