Skip to content
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

Very high memory usage - increases with each walpaper change Ubuntu 22.04.4 #148

Open
Rob-00t opened this issue Apr 1, 2024 · 1 comment

Comments

@Rob-00t
Copy link

Rob-00t commented Apr 1, 2024

Using Ubuntu
superpaper use of memory is very high.
The process use till 2 or 3 GB of memory, depending how many time/walpaper change are executed.
I'd like that superpaper process, be more efficient, in RAM memory usage.

OS: Ubuntu 22.04.4 LTS
Desktop Environment
Superpaper 2.2.1

@Rob-00t Rob-00t changed the title Very high memory usage - increases with each walpaper change Very high memory usage - increases with each walpaper change Ubuntu 22.04.4 Apr 1, 2024
@Rob-00t
Copy link
Author

Rob-00t commented Apr 18, 2024

I have take a workaround making a bash script and run it with crontab every 15 minutes like this:

export WAYLAND_DISPLAY=wayland-0
export GNOME_SETUP_DISPLAY=:1
export DISPLAY=:0
kill $(pgrep -f 'superpaper')
/usr/bin/python3 -m superpaper

Apologise for my poor skill in scripting! but running this from crontab, need first rows to set environment for graphics DISPLAY, of course I use in Ubuntu with WAYLAND.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant