High CPU Usage in Jupyter Container Caused by ripgrep

I’ve noticed extremely high CPU usage in the Jupyter container, and I’ve traced it back to the ripgrep process. Do you have any insights into why this might be occurring?


Have you tried restarting the jupyter container? Restarting the container is usually the first and easiest thing to try if you have unexpectedly high CPU usage.

1 Like

I further traced this to the VS Code search functionality. For what it worth setting search.followsymlink to False seems to fix this issue.

Yeah the problem was it would get back to high usage after the reset.