Skip to content

MemoryStats

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

Memory Stats object from lavalink

PropertyTypeDescriptionDefined in
allocatednumberThe total allocated memory.src/structures/Types/Node.ts:53
freenumberThe free memory of the allocated amount.src/structures/Types/Node.ts:49
reservablenumberThe reservable memory.src/structures/Types/Node.ts:55
usednumberThe used memory of the allocated amount.src/structures/Types/Node.ts:51