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