Skip to content

MemoryStats

Defined in: src/structures/Types/Node.ts:68

Memory Stats object from lavalink

Property (defined in)TypeDescription
allocated
(src/structures/Types/Node.ts:74)
numberThe total allocated memory.
free
(src/structures/Types/Node.ts:70)
numberThe free memory of the allocated amount.
reservable
(src/structures/Types/Node.ts:76)
numberThe reservable memory.
used
(src/structures/Types/Node.ts:72)
numberThe used memory of the allocated amount.