Extension jupyter causes high cpu load
See original GitHub issuems-toolsai.jupyter-unresponsive.cpuprofile.txt
- Issue Type:
Performance
- Extension Name:
jupyter
- Extension Version:
2020.11.399280825
- OS Version:
Windows_NT x64 10.0.18363
- VSCode version:
1.51.1
⚠️ Make sure to attach this file from your home-directory:
⚠️c:\Users\OLIVER~1.GUB\AppData\Local\Temp\ms-toolsai.jupyter-unresponsive.cpuprofile.txt
Find more details here: https://github.com/microsoft/vscode/wiki/Explain-extension-causes-high-cpu-load
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Extension Jupyter causes high cpu load · Issue #15706 - GitHub
My VS Code uses up to 400% CPU. Using Extension Bisect I figured out it was Jupyter extension. Extension version: 2021.3.619093157. VS Code ......
Read more >jupyter-resource-usage - PyPI
Jupyter Resource Usage is an extension for Jupyter Notebooks and JupyterLab that displays an indication of how much resources your current notebook server ......
Read more >VS Code maxing out CPU and continues running after I close it
I just found that the old Settings Sync extension is huge drain. It was causing my CPU to jump to 100%. Removing that...
Read more >ipykernel_launcher high CPU usage without jupyter notebook ...
I am using Jupyter notebooks with some specific python libraries (AiiDA). My problem is that every time I run my notebook, ...
Read more >High CPU usage and IntelliJ becoming unresponsive after some ...
I have installed the Python Extension from JetBrains. I am using Jupyter Notebooks, with a Jupyter Server managed by IDEA. The issue appears...
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
So sorry I missed that. After loading the cpuprofile into the profiler it seems that
t.guid
is the bottleneck. Looking at out/client/extension.js, I seet.guid
in the context of what appears to be inversify library code. We’re on version 4.13.0, which is deprecated, and inversify actually deprecated their use of GUIDs 2 years ago with version 5.0.1. Perhaps we should bump our inversify version? /cc @DonJayamanne @rchiodo @IanMatthewHuff @DavidKutuHi @ydennisy, thanks for checking in. Our December release included a dependency upgrade which should reduce the impact of
t.guid
on performance. If you are still encountering high CPU load, please open a new GitHub issue with the CPU profile the way that @oligu did, as it’s possible the performance issue you are observing is caused by something else.