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