MAX_RENDER_CHARS

Default character cap for toString/prettyPrint; output beyond this is truncated with RENDER_TRUNCATION_MARKER. Exists because in-memory String/StringBuilder are Int-bounded on the JVM. Callers streaming to a sink (see the kxs-io toString/prettyPrint extensions) may pass a larger limit.