-
Notifications
You must be signed in to change notification settings - Fork 469
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
After saving the file, the memory usage will increase abnormally #2587
Comments
Another user's test:
It seems to top out at around 340MB for me. |
oh... but it seems to top out 800MB for me,maybe i save many pictures? |
and my code level is very poor,so i cant find its wrong,,,,,,, |
As a follow up to my previous post on this item, I decided to log memory usage every 15 mins with a powershell script which I've been annotating over the last couple days. My usage is typically constant throughout the day, with CT left open while the computer sleeps, restarting CT maybe every week or so. I've found while the RAM usage does balloon out from time to time, the app also releases memory at intervals. It maxed at about 4.5G, later dropped to 240MB without prompting. I have 2 hour backup interval and the changes do not seem to be connected to that. I'm perfectly comfortable with this usage and do not have an issue with this. Windows 10, 1.2.0 nolatex install. |
The reason for the memory increase at save time is that after saving the file the new file is re-parsed to ensure all is good before then rotating the backups. |
Version, Operating system
windows10
Describe the bug
After saving the file, the memory usage will increase abnormally
After I save my files, the entire software's memory usage keeps increasing as if there is no upper limit
before:
use save:
thank!
The text was updated successfully, but these errors were encountered: