Skip to content

MemoryStats

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

Memory Stats object from lavalink

Property (defined in)TypeDescription
allocated
(src/structures/Types/Node.ts:56)
numberThe total allocated memory.
free
(src/structures/Types/Node.ts:52)
numberThe free memory of the allocated amount.
reservable
(src/structures/Types/Node.ts:58)
numberThe reservable memory.
used
(src/structures/Types/Node.ts:54)
numberThe used memory of the allocated amount.