Member Junction
    Preparing search index...

    Interface MJActionEntity_IRuntimeActionLimits

    Resource limits enforced per invocation. Host enforces memory via isolated-vm; bridge-call count is tracked on the host side and blocks once exceeded.

    interface MJActionEntity_IRuntimeActionLimits {
        maxBridgeCalls?: number;
        maxMemoryMB?: number;
    }
    Index

    Properties

    maxBridgeCalls?: number

    Max bridge calls per single execution. Default: 100. Prevents runaway loops.

    maxMemoryMB?: number

    Memory limit in MB. Default: 128.