Skip to content

MemoryStats

Memory Stats object from lavalink

Properties

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