-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The 3.4.1 version is slowing down my full machine, looking at antora.yml with ripgrep in a large folder #921
Comments
In theory, If you manually run |
Fixed in c854814. I'm keeping this issue open because at some point we might re-enable ripgrep and I want to make sure that it will not impact performance on some cases. |
This folder contains 21700 files, evenly spread out across 10700 directories. It does not contain any file named Is there any other info that might help you? |
I guess you should disable Antora support. I think, we might have (unexpectedly) enable Antora support by default in 3.4.1 that's probably why you weren't seeing this issue in 3.1.1 (because Antora was disabled and the extension wasn't looking for
Do you know if all instances where using the same glob expression? We were using ripgrip in a few places. Anyway, if you are not using Antora, make sure to disable it using the command: Thanks! |
Switching to 3.4.2 mostly solves the issue. I still have CPU spikes, but they are much smaller. Going back to 3.4.1:
I now went back to 3.4.2, with no support for Antora. |
My working folder contains thousands of subfolders. In one of the subfolders, I edit an asciidoc file. Each time I perform any edit, the 32 cores of my computer (on Windows) jump to 100% usage for several seconds.
When looking at the greedy process, I notice rg.exe, which is launched with the following command line:
Going back to version 3.1.1 solves the issue.
The text was updated successfully, but these errors were encountered: