When running snapd with the following branches: - https://github.com/snapcore/snapd/pull/2546 - https://github.com/snapcore/snapd/pull/2545 under: `while true; do sudo smemstat -p snapd ; sleep 60; done` and with constantly installing/removing a snap: `while true; do sudo snap remove hello; sudo snap install hello; done` it is going into a steady state at some point: http://paste.ubuntu.com/23732666/ where on my system the total RSS is around ~50MB but no longer growing.
The amount of changes goes up to ~350 and is then purged down to 100 again after the 10min purge interval. So it looks like once the changes limiter lands this should be fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1642068 Title: snapd memory sizes grows huge over time To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1642068/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
