-
Notifications
You must be signed in to change notification settings - Fork 67
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
Potential memory leak #30
Comments
Ouch, that's a serious one. Will take a look into it, thanks! |
Also, please evaluate the following in your *scratch* buffer, using e.g. (garbage-collect) You should get something along the lines of:
If you get |
Bump? I run some tests on older and current release, and I couldn't replicate the effect over the day. |
Hello, I'm sorry for my late reply. My Emacs's GC is working properly here is the output of your command:
And here is my configuration for the Nyan-mode:
Now, if I remove the But with the I am using Emacs 25.1.1 and nyan-mode package version 20160429.1323 from Melpa. If you need more information I'll be glad to provide answers. |
I can confirm that the RAM consumption keeps growing for a while, until I call edit: I have edit 2: Can't reproduce on |
I think there is a memory leak if the animation is activated. I opened emacs and just left it inactive while I was watching its memory consumption and it was eating memory gradually. In my office desktop where I only have 8GB of RAM, Linux reached the memory limits and stopped responding.
I disabled the Nyan-mode's animations and emacs stoped eating my RAM like a crazy
The text was updated successfully, but these errors were encountered: