-
Notifications
You must be signed in to change notification settings - Fork 69
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
Memory Usage keeps increasing #341
Comments
Try using Alternatively, are you using fractional scale? If yes, can you please check if this still happens without any scaling? |
Hello there! I am having the same issue on a 1920x1080, no fractional scaling monitor. Even when using |
@eaxly are you on the latest git version? |
Hi, when using the git version (0.9.5-masterV2) in debian unstable with sway, I don't have the issue for swww-daemon --format xrgb with transition-type=none. In this case changing between (heavy) gifs keeps the memory low (<50Mb), which is really impressive :) If --format xrgb is not specified then --format rgb is used and the memory keeps increasing steadely when changing images fast, although in this case the increment is slow. When using transition-type=simple I have the same issue as documented in this thread (memory increases rapidly until using whole RAM). I didn't test 0.9.4 and 0.9.5 since in those releases I'm suffering #357 |
I am now using a different monitor with 3840x2160 res and 1.5 scaling on hyprland, and the issue doesn't seem to persist, at least when initializing swww with |
Also, I forgot to add that no matter the |
Description
Every time i switch wallpaper using
swww img
, there is a line of log output, and the memory usage of the program goes up.Steps to reproduce
swww img Pictures/Reef.png
andswww img Pictures/Reef-blurred.png
Expected Behaviour
The Memory used by previous iterations of the wallpaper being free'd again.
Actual Behaviour
The Memory usage keeps going up with every wallpaper change.
Version
Current
main
, commit2da1f57e6b0dbc2d6b62cb940a426486710cf14e
Interesting observations
On v0.9.4, it functions "correctly" with it freeing the memory after the animation
On v0.9.5, the virtual memory keeps increasing, but the resident set size goes back after the animation
On current main, both keep going up until it crashes
The text was updated successfully, but these errors were encountered: