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