2022-06-07 13:33:35 +02:00
|
|
|
---
|
|
|
|
title: RAM
|
2022-06-07 14:00:45 +02:00
|
|
|
visible: true
|
2022-06-07 13:33:35 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
[toc]
|
2023-02-23 14:48:51 +01:00
|
|
|
|
2022-06-07 13:33:35 +02:00
|
|
|
## Overclocking
|
2023-02-23 14:48:51 +01:00
|
|
|
|
|
|
|
_I'm unaware of any platform supporting online-editing of RAM timings_
|
2022-06-07 13:33:35 +02:00
|
|
|
|
|
|
|
## Testing
|
2023-02-23 14:48:51 +01:00
|
|
|
|
|
|
|
> [More Testing Tools can be found on the ArchWiki](https://wiki.archlinux.org/title/Stress_testing?useskinversion=1)
|
2022-06-07 13:33:35 +02:00
|
|
|
|
|
|
|
#### Stressapptest
|
2023-02-23 14:48:51 +01:00
|
|
|
|
|
|
|
**NOTE**: Produces heavy load on the CPU as well. A stable CPU OC before running this is recommended.
|
|
|
|
|
|
|
|
```sh
|
|
|
|
stressapptest -M (RAM MiB) -s (time in s) -m (CPU threads)
|
|
|
|
```
|