@lacunahub/lavaluna.js
    Preparing search index...

    Interface MemoryStats

    interface MemoryStats {
        allocated: number;
        free: number;
        reservable: number;
        used: number;
    }
    Index

    Properties

    allocated: number

    The amount of allocated memory in bytes.

    free: number

    The amount of free memory in bytes.

    reservable: number

    The amount of reservable memory in bytes.

    used: number

    The amount of used memory in bytes.