mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
* multiple: raise lower memory quota limit to 640kb The 4KB was starting to make trouble due to size increasements from newer systemd, so we raise the limit both to fix this, but also because setting the limit so low makes no sense, 640kb lower limit should be fine for everyone. * tests/main/snap-quota-groups: fix small quota on fedora * snap/quota,overlord/servicestate: review feedback change when we check against lower limit requirements, so we only check against those when creating groups/subgroups, not when doing generic validation of existing groups. * snap/quota: update doc strings