You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a tool that creates a large amount of markdown files at once. It spawns an insane amount of ripgrep processes which ultimately freezes the computer.
Minimal reproduction
Use something that creates a lot of markdown files.
For example: typedoc-plugin-markdown plugin for typedoc.
Run the typedoc command and observe the rg processes being created.