Hi,
does anyone know a command to test the RAM memory of a PC?
I have a linux server.
test linux memory
Re: test linux memory
Hi you can use memtester
Install it with
And than you can run it with:
2000 is the amount of RAM-memory you want o test (in Mib)
5 is the number of tests.
Install it with
Code: Select all
sudo apt-get install memtester (Debian, ubuntu, ...)
sudo yum install memtester (Fedore, RedHat, ...)
sudo emerge -q sys-apps/memtester (gentoo)
Code: Select all
memtester 2000 5
5 is the number of tests.