Skip to content

MemoryStats

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

Memory Stats object from lavalink

Property (defined in)TypeDescription
allocated
(src/structures/Types/Node.ts:53)
numberThe total allocated memory.
free
(src/structures/Types/Node.ts:49)
numberThe free memory of the allocated amount.
reservable
(src/structures/Types/Node.ts:55)
numberThe reservable memory.
used
(src/structures/Types/Node.ts:51)
numberThe used memory of the allocated amount.