This seems to fill sundries, likely because sqlite never free the space unless when a VACUUM command is issued, and that's not done by default on EL 7. See https://www.sqlite.org/lang_vacuum.html
Pull-Request has been merged by jibecfed
This seems to fill sundries, likely because sqlite never free the space
unless when a VACUUM command is issued, and that's not done by default
on EL 7. See https://www.sqlite.org/lang_vacuum.html