-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Extremely high CPU usage #880
Comments
Just confirming that this happens for me from time to time. Is there any way I can check the logs when it happens in case it's helpful in pinning down the issue? |
I'm also experiencing this problem about every 30-60 minutes. I'm using a Macbook with an ARM processor. LTeX Server:
Version information: |
I recently added binaries for ARM processors. Maybe this solves your issue, but it's not a guarantee, of course. You can download the nightly builds here: You can use it together with LTeX+ |
The nightly builds of LTeX+ now includes offline .vsix files for arm64/aarch64, so there is no need to download LTeX LS+ seperately and use |
I just tried the 14.1 nightly and it also go to 600%. I've installed the 15 nightly now, we'll see how it goes. It's really hard to track down since these spikes often happen after some inactivity. |
Describe the bug
This is the same bug, I assume as in #45. My CPU sporadically goes up to 700%
Steps to reproduce
Steps to reproduce the behavior:
It really seems to happen a bit at random, but especially when there have been many quick edits in succession.
Expected behavior
My CPU usage not to go that high
Sample document
If the bug occurs for a specific document (e.g. LaTeX), please paste it here. If your document is very long or confidential, please create and attach a smaller example for which the bug still occurs so that we can reproduce it.
LTeX configuration
Please paste all configuration settings starting with
ltex.
from yoursettings.json
. You can help us by temporarily removing some irrelevant settings from yoursettings.json
and see if the bug still occurs."LTeX Language Server" log file
First, reproduce the bug. Then, go to
View
→Output
and selectLTeX Language Server
in the drop-down list. Paste this log here:"LTeX Language Client" log file
First, set the
ltex.trace.server
setting in yoursettings.json
to"verbose"
. Then, reload the VS Code window and reproduce the bug. Go toView
→Output
and selectLTeX Language Client
in the drop-down list. Paste this log here (note: it will contain your checked document):Version information
List here the version information of the relevant software.
Additional context/information
You can add any other context or information about the problem here.
The text was updated successfully, but these errors were encountered: