[Bug] Dashboard hangs computer in Windows 11
See original GitHub issueSearch before asking
- I searched the issues and found no similar issues.
Ray Component
RLlib, Dashboard
What happened + What you expected to happen
When dashboard is enabled the computer hangs randomly and there is high memory load, even when the dashboard is not opened in the browser.
I suspect that the problem is caused by redis, because it is displayed with occasional high cpu usage in task manager.
Versions / Dependencies
ray 1.10, python 3.9, 96GB RAM, RTX3060, Windows 11
Reproduction script
the performance returns to normal with this line
ray.init(include_dashboard=False)
Anything else
The problem occurs every time
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Windows 11 Freezes or Crashes Randomly? Here's ... - MiniTool
Even sometimes Windows 11 freezes randomly. Usually, there are many reasons for your laptop/desktop to freeze up, for example, insufficient RAM, ...
Read more >Microsoft fixes Windows taskbar bug causing Explorer, Office ...
Microsoft says that Windows 10 updates released in late September are causing Windows taskbar flicker issues and app instability.
Read more >Resolved issues in Windows 11, version 21H2 | Microsoft Learn
See a list of known issues that have been resolved for Windows 11, version 21H2 over the last six months. Looking for a...
Read more >How to Fix Freezing Issues on Windows 11 - MakeUseOf
1. Launch Task Manager for Frozen Apps Task Manager on Windows 11 ... This works if an application is frozen, but your system...
Read more >Microsoft confirms app freezes with IME in Windows 11 2022 ...
Microsoft has confirmed that changing IME input modes might cause some applications to stop responding on Windows 11 22H2.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am not allowed to share the script because it contains private data, but I will try to make a demo script to demonstrate more bugs which I found
This issue does not have a clear reproducer, and the only indication of a problem (high CPU use of redis) is no longer relevant since redis is no longer used by default. I will close it, please reopen or open a new issue if the problem returns.