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