question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Extension jupyter causes high cpu load

See original GitHub issue

ms-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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
joyceerhlcommented, Dec 8, 2020

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 see t.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 @DavidKutu

0reactions
joyceerhlcommented, Feb 1, 2021

Hi @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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found