Linux has a cool utility called dmidecode, which gives you tons of information about your hardware. For example, to find out how much RAM your desktop can support and how many free slots are available: root@Cloudhost # dmidecode -t memory # dmidecode 2.12 SMBIOS 2.7 present. Join the amazing Linux Find Out Memory Slots free slots experience played by millions on the web, Facebook, iPhone, iPad, Android, Amazon and Windows Phone. Slotomania games are available across all devices Linux Find Out Memory Slots from PC to Tablet and Cell phones, a fantastic opportunity for people who want to play the latest slots games.
Updated: January 1, 2020 Home » Freeware and Software Reviews
If your computer crashes after installing a new set of RAMs, there are few possibilities. The first possibility is likely a faulty RAM, the second possibility is hardware compatibility. More often than not if it is compatibility due to overspec or underspec, your system would not boot up and will make a beeping sound.
Alternative 2020 Article ➤ 7 RAMDisk vs SSD – Ten Times Faster Read and Write Speed via RAM Virtual Disk
Ffaulty RAMs are pretty rare, almost unlikely if you bought a branded RAM such as Kingston, Samsung, Corsair, Apache and etc, this is because they performed many tests before distributing them to dealers. Based on my experience, here are some possibilities:
- Defective RAM ( Use both Windows Memory Diagnostics and Memtest86 to perform a deep scan, run twice to confirm, if both tests show the RAM is in good condition, then it is most definitely another issues. )
- Outdated Motherboard BIOS ( Update your Motherboard BIOS if it is outdated )
- Outdated drivers and chip-sets ( Update your drivers and chipsets )
- Overheating of RAM ( Use a table fan to test this )
- Faulty RAM slot ( Swap RAM between slots to see if problem continues )
- Incompatibility with your other hardware such as Asus NVidia GTX 970 Graphic Card. ( I’ve upgraded my RAM to 32GB from 16GB for my Dell XPS 8700, unfortunately, the solution to limit the RAM in Windows as shown in Reddit doesn’t work for me. Read more – GTX 970 unstable on system with 32 GB RAM or 64 GB RAM )
After much trial and error, swapping graphic cards and RAMs. I’ve discovered that my Asus Strix GTX 970 is unstable when my Dell XPS 8700 has a 32GB Kingston HyperX Fury or 24GB Kingston + Samsung RAM. It runs without problem when my system has both my old (4x4GB Samsung) and new (2x8GB Kingston) 16GB RAM installed, and with no problem when it is 32GB with my older GTX 745 graphic card. This is a very old issue, Nvidia appears to be dragging their feet or this is exclusively an Asus GTX970 problem.
↓ 01 – Windows Memory Diagnostics Tool | 17 Tests | Windows
This Window memory Diagnostics Tool is the the Pre-installed memory testing software available in Microsoft Windows Vista, Window 7, windows 8 or 8.1 & windows 10. The Memory Diagnostics Tool will run automatically when you restart Windows. It might take several minutes for the tool to finish checking your computer’s memory. Once the test is completed, Windows will restart automatically. If the tool detects errors, you should contact your computer manufacturer for information about fixing them, since memory errors usually indicate a problem with the memory chips in your computer or other hardware problem. Type “Mdsched” and search for the tool.
↓ 02 – Passmark MemTest86 | 13 Tests | Windows | Mac | Linux
MemTest86 is the original, free, stand alone memory testing software for x86 computers. MemTest86 boots from a USB flash drive or CD and tests the RAM in your computer for faults using a series of comprehensive algorithms and test patterns. The latest version of MemTest86 supports all the current technologies, including:
- DDR4 RAM (and DDR2 & DDR3) support
- XMP – high performance memory profiles
- UEFI – The new graphical standard for BIOS
- 64bit – From version 5, MemTest86 is native 64bit code
- ECC RAM – support for error-correcting code RAM
- Secure boot – With MemTest86 being code signed by Microsoft
- Graphical interface, mouse support and logging of results to disk
- Self booting off USB or CD, without needing DOS, Linux nor Windows
- Dual booting – Will boot to V4 in BIOS and V6 in UEFI from a single flash drive
↓ 03 – Rember | Unknown Tests | Mac
Rember is a front-end GUI to the ‘memtest’ command line memory testing program. This application will allow the user to select the number of test loops, as well as the amount of memory to test. There is a ‘Log’ tab that will allow the user to monitor memory testing. The user can toggle a ‘verbose’ switch to limit the amount of output, and can also choose to quit Finder and other applications.
Defective memory can cause computers to malfunction, crash, and behave in a variety of ways which can sometimes baffle end users and computer technicians alike. Apple provides hardware test CDs with most of their products, and there are some third-party utilties for Mac OS X which perform memory testing. In my experience, these tools have not always been able to quickly and efficiently diagnose memory problems. Rember has been designed to simplify the testing, and diagnosis of these problems.
↓ 04 – Apple Diagnostics (Apple Hardware Test) | Mac
Apple Diagnostics is a great way to check your Mac computer’s hardware. Apple Diagnostics helps to identify the potential source of a hardware issue and provides first steps to try and resolve it. Apple Diagnostics will also help you get in touch with Apple Support for further assistance.
Recommended for you:
Some time back I was using a command called meminfo in Solaris to find the memory information in Solaris. It is indeed a nice script written by schmidt http://www.4schmidts.com/memconf.html .
Later, I moved my role from supporting Solaris systems to Linux systems and I was struggling to get the same piece of info in Linux about the memory bank/slot and how memory is present in each memory bank. Today I got an audit work to validate the system data that someone has filled about Linux servers. So, this time I couldn’t escape and I had to find a way out. I always knew that there should be info in dmidecode command, but as usual my laziness was stopping me from looking in to the output.
Linux Get Free Memory
So finally I had to push my lazy attitude and dive in to the Info which dmidecode was giving. I was really surprised to see that there is enough info that we can grab from the dmidecode output. So here is my analysis.
- First check the actual memory Info from the either “top” or “free -m” command.
- Check the “dmidecode” output for the DIMM slot and each RAM size
FREE COMMAND OUTPUT
Linux Find Free Memory Slots Downloads
So the below command shows that we have around 2GB of memory installed in the system.
[root@bravo]# free -m
total used free shared buffers cached
Mem: 2026 1585 440 0 222 551
-/+ buffers/cache: 811 1215
Swap: 4094 0 4094
TOP COMMAND OUTPUT
Let’s verify our understanding of memory available using the TOP command which also shows that we have approx 2GB memory approx.
[root@bravo]# top
top – 13:18:56 up 216 days, 4:12, 3 users, load average: 0.14, 0.11, 0.09
Tasks: 199 total, 1 running, 198 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.8% us, 1.4% sy, 0.0% ni, 97.4% id, 0.3% wa, 0.0% hi, 0.0% si
Mem: 2074900k total, 1623648k used, 451252k free, 227816k buffers
Swap: 4192924k total, 296k used, 4192628k free, 565160k cached
DMIDECODE COMMAND
Run the DMIDECODE command and look for the data where the word “Physical Memory Array” starts and go through each line to get detailed information. In some new systems you can also use the command dmidecode –s memory and dmidecode –t 17 , where “s” means string and “t” means type. Let’s just use dmidecode here for now.
Summary of the memory data
——————————————————————————————-
Maximum memory that the ON BOARD memoryslots can accept is= 8GB
Type of memory = DDR
Error Correction Type: Single-bit ECC
Size of each DIMM = 1024 MB (1GB)
DIMM Speed = 333 MHz (3.0 ns)
Check Free Memory Linux
Number of DIMM slots = Total4 DIMM slots and only 2 DIMM slots are filled with 1GB memory each
Note: where ever the Memory module is not installed the “Size” would show as “Size: No Module Installed”
——————————————————————————————-
Linux Find Free Memory Slots Software
[root@bravo]# dmidecode | more
So here is the summary of the Info that we are looking from the Important Information we have from the dmidecode data
Handle 0x1000
DMI type 16, 15 bytes.
Physical Memory Array
Location: System Board Or Motherboard
Use: System Memory
Error Correction Type: Single-bit ECC
Maximum Capacity: 8 GB
Error Information Handle: Not Provided
Number Of Devices: 4
Linux Memory Free Available
Handle 0x1100
DMI type 17, 23 bytes.
Memory Device
Array Handle: 0x1000
Error Information Handle: Not Provided
Total Width: 72 bits
Data Width: 64 bits
Size: 1024 MB
Form Factor: DIMM
Set: 1
Locator: DIMM 01
Bank Locator: Not Specified
Type: DDR
Type Detail: Synchronous
Speed: 333 MHz (3.0 ns)
Handle 0x1101
DMI type 17, 23 bytes.
Memory Device
Array Handle: 0x1000
Error Information Handle: Not Provided
Total Width: 72 bits
Data Width: 64 bits
Size: 1024 MB
Form Factor: DIMM
Set: 1
Locator: DIMM 02
Bank Locator: Not Specified
Type: DDR
Type Detail: Synchronous
Speed: 333 MHz (3.0 ns)
Handle 0x1102
DMI type 17, 23 bytes.
Memory Device
Array Handle: 0x1000
Error Information Handle: Not Provided
Total Width: 72 bits
Data Width: 64 bits
Size: No Module Installed
Form Factor: DIMM
Set: 2
Locator: DIMM 03
Bank Locator: Not Specified
Type: DDR
Type Detail: Synchronous
Speed: 333 MHz (3.0 ns)
Handle 0x1103
DMI type 17, 23 bytes.
Memory Device
Array Handle: 0x1000
Error Information Handle: Not Provided
Total Width: 72 bits
Data Width: 64 bits
Size: No Module Installed
Form Factor: DIMM
Set: 2
Locator: DIMM 04
Bank Locator: Not Specified
Type: DDR
Type Detail: Synchronous
Speed: 333 MHz (3.0 ns)

Linux Find Free Memory Slots Vegas World
So here is my learning for the day. So I am signing of for the day looking forward to learn something new tomorrow. Infact there are couple of things that I have learnt today and I would try to either share it today or tomorrow in my new post.


Also, one thing that I started believing these days is that there is no job which is small or waste of time. We just have to look at the learning that we can grab from it. I am sure every job teaches us something might not be technical always but I am sure we would have some thing to learn from it directly or in directly.
Adios ! Amigos !
The desire to write grows with writing.Desiderius Erasmus