MemoryStats
Defined in: src/structures/Types/Node.ts:47
Memory Stats object from lavalink
Properties
Section titled “Properties”Property (defined in) | Type | Description |
---|---|---|
allocated (src/structures/Types/Node.ts:53) | number | The total allocated memory. |
free (src/structures/Types/Node.ts:49) | number | The free memory of the allocated amount. |
reservable (src/structures/Types/Node.ts:55) | number | The reservable memory. |
used (src/structures/Types/Node.ts:51) | number | The used memory of the allocated amount. |