5

When using the dmidecode command, we can see the speed of RAM:

Speed: 2933 MHz 

and

Configured Clock Speed: 2666 MHz 

Which one is the currently running speed? Why are there two speed items?

1 Answer 1

6

In dmidecode’s output for memory, “Speed” is the highest speed supported by the DIMM, as determined by JEDEC SPD information. “Configured Clock Speed” is the speed at which it is currently running (as set up during boot).

The latter may be higher than the former, e.g. with DIMMs providing higher speeds described by Intel XMP profiles.

2
  • While providing details to a vendor for purchasing additional ram, may I depend dmidecode output ? Commented Nov 26, 2021 at 1:05
  • 1
    @Arun the part number given by dmidecode can be trusted, and along with the manufacturer, will allow you to determine the exact characteristics of the installed memory. Commented Nov 26, 2021 at 8:25

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.