dashboard-react
    Preparing search index...

    Interface MactopMemory

    Memory sample returned by the topology polling layer.

    interface MactopMemory {
        ram_usage: number;
        ram_total: number;
        is_vram?: boolean;
    }
    Index

    Properties

    ram_usage: number
    ram_total: number
    is_vram?: boolean

    True when the figures describe a discrete GPU's VRAM pool rather than system/unified RAM. Discrete-GPU nodes serve models out of VRAM, so the node card shows that pool (labeled) instead of host RAM, which on big-host GPU clouds overstates useful capacity by an order of magnitude.