.. Copyright (c) 2025 Tobias Erbsland - Erbsland DEV. https://erbsland.dev SPDX-License-Identifier: Apache-2.0 .. _ref-limits: .. index:: single: Limits Limits Summary ============== The following table summarizes the various limits in the *Erbsland Configuration Language* (ELCL) for minimal, standard or advanced parsers (see :ref:`parser-tiers`). .. list-table:: :header-rows: 1 :width: 100% * - Name - Type - Limit - Reference * - Line length - Maximum - 4000 Bytes - See :ref:`ref-line-break` * - Name length - Maximum - 100 Characters - See :ref:`ref-name` * - Name path length - Maximum - 10 Elements - See :ref:`ref-section-name` * - Nested documents - Maximum - 5 Documents - See :ref:`ref-include` * - Decimal Digits - Maximum - 19 Digits - See :ref:`ref-integer-value` * - Hexadecimal Digits - Maximum - 16 Digits - See :ref:`ref-integer-value` * - Binary Digits - Maximum - 64 Digits - See :ref:`ref-integer-value`