wasm-posix-host
    Preparing search index...

    Variable VFS_DEFERRED_TREE_COLLECTION_LIMITSConst

    VFS_DEFERRED_TREE_COLLECTION_LIMITS: {
        maxArchiveBytes: number;
        maxEntries: 100000;
        maxExpandedBytes: number;
        maxGroups: 512;
        maxPayloadBytes: number;
    } = ...

    Aggregate resources retained by all pending deferred trees in one VFS.

    This is deliberately distinct from the per-tree bounds above. A producer must reject one oversized object, but a valid image may retain several independently bounded objects up to the image-wide 512 MiB budget.

    Type Declaration

    • ReadonlymaxArchiveBytes: number
    • ReadonlymaxEntries: 100000
    • ReadonlymaxExpandedBytes: number
    • ReadonlymaxGroups: 512
    • ReadonlymaxPayloadBytes: number