New Language Server chewing up CPU and fails on Mac
See original GitHub issue- Enable analysis engine on Mac
- Reload VS Code
- Open a python file with the following code:
import sys
print(sys)
- Hover over
sys
in second line
Observations
dotnet
process uses around 100% CPU- Number of errors are logged in
console window
Work around
- Edit the file
- Save changes
- Hover and intellisense works
- After around 30 seconds, cpu usage of
dotnet
process goes down to <1%
Issue Analytics
- State:
- Created 5 years ago
- Comments:17 (2 by maintainers)
Top Results From Across the Web
Very high CPU and memory usage after update in MacOS Big ...
I have 2 RN projects, one is using TS and one it is not, but the CPU usage is the same. (~120%). I...
Read more >How to fix the kernel_task high CPU usage issue - Setapp
Here are just some reasons for kernel task taking up CPU problem: Too many Mac apps using too much CPU so that kernel_task...
Read more >How to reduce WindowServer's CPU usage on your Mac
How to find out if WindowServer is using excessive CPU cycles. Navigate to Applications > Utilities and launch Activity Monitor. Click the top ......
Read more >How to Reduce the Windowserver CPU Usage on Mac
How to reduce your Mac's WindowServer CPU usage · 1. Restart your Mac · 2. Declutter your desktop · 3. Close windows you...
Read more >Citrix Workspace app for Mac
app by using the Quit option from Citrix Workspace icon in the menu bar. ... The “Cannot connect to server error” appears when...
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 Free
Top 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
@DonJayamanne didn’t you mention today this is no longer an issue?
I’ve left my Macbook at work so I’ll try to reproduce this on Monday.