Saxonberg Server API
    Preparing search index...

    Operator-tunable limit set (values from AppSettings; tier mechanical).

    interface ResourceLimits {
        maxDepth: number;
        maxDispatch: number;
        maxSteps: number;
        sliceSteps: number;
    }
    Index

    Properties

    maxDepth: number

    Recursion-depth ceiling (block invocation nesting).

    maxDispatch: number

    Lifetime dispatch ceiling (catches each (huge-set) fan-out).

    maxSteps: number

    Lifetime step ceiling (catches tight loops).

    sliceSteps: number

    Preemption slice — yield to the event loop every this-many steps.