# Linux ## Linux Memory Attributes Describes Linux Memory attributes | Attribute | Type | Description | Examples | Stability | |---|---|---|---|---| | `linux.memory.slab.state` | string | The Linux Slab memory state | `reclaimable`; `unreclaimable` | ![Development](https://img.shields.io/badge/-development-blue) | --- `linux.memory.slab.state` has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used. | Value | Description | Stability | |---|---|---| | `reclaimable` | reclaimable | ![Development](https://img.shields.io/badge/-development-blue) | | `unreclaimable` | unreclaimable | ![Development](https://img.shields.io/badge/-development-blue) |