Comment 3 for bug 43706

Revision history for this message
Colin Watson (cjwatson) wrote : Re: Excessive memory usage

The reason why debconf writes a second file is so that it can rename it into place, avoiding breakage in the event that it runs out of disk space. However, it *does* have a check to avoid rewriting the file needlessly when it isn't dirty, so exactly why we end up with a templates.dat-old is a good question. I'll investigate.

I've been making some effort today to reduce the size of the templates file by stripping out stuff that's automatically built into ubiquity.templates but that isn't actually needed (e.g. base-installer/*). That may help ...