WARN_CHUNKS

const val WARN_CHUNKS: Int = 128

First frozen size worth a warning. Its line reports chunks / 4 MB, a floor on both counts: a segment is a String, so Latin-1 content costs one byte per char and anything else two; and a segment freezes AFTER the append that crossed SEGMENT_CHARS, so it ends over it — by under one more segment, or by a whole line where appendLine froze that line alone.