We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm seeing excessive memory usage. Memory might be leaking, since I've been running typstudio for hours.
$ ps -p 569678 -o pid,cmd,etime,uid,gid PID CMD ELAPSED UID GID 569678 typstudio 15:11:37 1000 1000
For your information, I'm using the AUR package:
$ yay -Qi typstudio Name : typstudio Version : 0.1.0dev.33-1 Description : desktop application for typst Architecture : x86_64
The text was updated successfully, but these errors were encountered:
I am not sure if it is related, but closing the application seems to take forever....that even Xfce offered to kill it:
Sorry, something went wrong.
Do you have a sample project/document?
Sure. I made a sample document here.
RAM usage doesn't increase if I leave the app open without typing anything, but as soon as I type it went up really fast.
Before:
After another paragraph of lorem ipsum: (I used xdotool type to simulate typing)
xdotool type
During typing the memory usage fluctuates, even going down as far as 700MiB.
No branches or pull requests
I'm seeing excessive memory usage. Memory might be leaking, since I've been running typstudio for hours.
For your information, I'm using the AUR package:
The text was updated successfully, but these errors were encountered: