-
Notifications
You must be signed in to change notification settings - Fork 325
I constantly get ipfs api accessible/inaccessible chrome notifications when i run something cpu and memory intensive on all cores. #1091
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
Comments
Thanks for submitting this issue @kotenok2000. I believe this issue is with chrome or your computer specifically and not ipfs, but we may be able to investigate further if you can provide further information:
|
No. I have 16 gb and 91% is used. |
Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 7 days. |
What more information do you need? |
@kotenok2000 Thanks for that information. It seems like you're running out of resources for what you're trying to do. ipfs-companion has logic where it polls the running ipfs daemon every 3 seconds, to make sure the daemon is available. I imagine updating that logic to slow the polling time as requests are returning more slowly could help solve your and any others' similar issues. However, for now, you can change that setting in ipfs-companion settings. See if that helps resolve your issue. You could also start up the I'll leave this issue open for making that polling logic smarter, but this is blocked until #666 is resolved. |
It is unblocked (merged #1054). @whizzzkid thoughts on solving the underlying annoyance and stopping online/offline notifications? We could either:
My vote would be to simply remove these two notifications – user feedback has been consistent that they are annoying. |
@lidel I managed to miss this notification, I created a PR #1123 to kill these notifications. However there is already a toggle to turn on/off all extension notifications which seems to work. Maybe we can extend this to make this extension more granular. It could inherit design from how @SgtPooki's work on tracking toggle's work out, but what I was thing was:
|
Describe the bug
A clear and concise description of what the bug is.
I get ipfs api accessible/inaccessible chrome notifications when i run something cpu and memory intensive on all cores.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: