# RAM

##### View current RAM configuration

```
lsmem
```

##### View current RAM usage (human readable)

```
free -h
```

Older systems might not like -h, you can also run the command without it.