MAX_KMZ_INFLATED_BYTES

Ceiling on the bytes one KMZ may inflate to, summed across every entry read from it.

A zip's inflated size is unrelated to its size on disk, and KMZ files arrive through share-into-app — an unbounded read hands any other app the ability to OOM this one with a small file. Every KMZ reader shares this cap.