Popular x64 Tags
- forum software x64 download
- forum software download x64 download
- free forum software download x64 download
- xe4 x64 download
- player x64 download
- free vlc x64 download
- skype x64 download
- office x64 download
- outlook express x64 download
- nero x64 download
- windows 7 x64 download
- turbo c x64 download
- sockscap x64 download
- daemon tools x64 download
- hide my ip address x64 download
- gom player x64 download
- nero express 9 x64 download
- filezilla x64 download
- vacation picture book x64 download
- vista home premium x64 download
- http tunnel x64 download
- filezilla ftp client x64 download
- msn x64 download
- free forum software x64 download
- my work x64 download
- quicktime x64 download
- design x64 download
- vista x64 download
- dvd decrypter x64 download
- adobe acrobat reader x64 download
Memtest86 8.4
Sponsored links:
license: Open Source
downloads: 1039
size: 8.599609375 MB
updated: 2020-04-10
tags: Memtest, Memory test, Test ram, Ram test, Ram tester, Memory manager, Memory management, Memory benchmark, Memtest 86
Add to Basket

MemTest86
MemTest86 is the original, free, stand alone memory testing software for x86 computers. MemTest86 boots from a USB flash drive and tests the RAM in your computer for faults using a series of comprehensive algorithms and test patterns.
Memtest86 is released under the terms of the Gnu Public License (GPL). Other than the provisions of the GNU pubic licence (GPL) there are no restrictions for use, private or commercial.
Explicit permission for inclusion of Memtest86 in software compilations and publications is hereby granted.
MemTest86 is a free, thorough, stand alone memory test for x86 architecture computers.
MemTest86 supports booting from both the newer UEFI platform and the traditional BIOS. When booting from UEFI, MemTest86 has access to additional services not available in BIOS including:
* Native 64-bit support
* No longer requires the use of the PAE workaround to access more than 4GB of memory. (PAE = Physical Address Extension)
* Mouse support, where supported by the underlying UEFI system. On older systems a keyboard is still required.
* Improved USB keyboard support. The keyboard now works on systems that fail to emulate IO Port 64/60 correctly. So Mac USB keyboards are now supported.
* Improved multi-threading support, where supported by the underlying UEFI system.
* Reporting of detailed RAM SPD information. Timings, clock speeds, vendor names and much more.
* Support to writing to the USB drive that MemTest86 is running from for logging and report generation. In all prior MemTest86 releases, there was no disk support.
* Use of GPT. (GUID Partition Table)
* ECC RAM support (limited hardware support, ongoing development)
o Detection of ECC support in both the RAM and memory controller
o Polling for ECC errors
o Injection of ECC errors for test purposes. (limited hardware only)
* DDR4 support (but we are currently having problems sourcing DDR4 RAM to test)
* Option to disable CPU caching for all tests
* Having a configuration file to allow settings to be pre-defined without the need for keyboard input. This can help with automation.
* Support for Secure Boot.
* Speed improvements of between 10% and 30%+. Especially for tests, #5, #8 & #9. This is the result more moving to native 64bit code, removing the PAE paging hack, switching compilers and using faster random number generation algorithms.
* Addition of 2 new memory tests to take advantage of 64bit data and SIMD instructions.
There are many good approaches for testing memory. However, many tests simply throw some patterns at memory without much thought or knowledge of memory architecture or how errors can best be detected. This works fine for hard memory failures but does little to find intermittent errors. BIOS based memory tests are useless for finding intermittent memory errors.
RAM chips consist of a large array of tightly packed memory cells, one for each bit of data. The vast majority of the intermittent failures are a result of interaction between these memory cells. Often writing a memory cell can cause one of the adjacent cells to be written with the same data. An effective memory test attempts to test for this condition. Therefore, an ideal strategy for testing memory would be the following:
1. Write a cell with a zero.
2. Write all of the adjacent cells with a one, one or more times.
3. Check that the first cell still has a zero.
It should be obvious that this strategy requires an exact knowledge of how the memory cells are laid out on the chip. In addition there are a never ending number of possible chip layouts for different chip types and manufacturers making this strategy impractical. However, there are testing algorithms that can approximate this ideal and MemTest86 does just this.
Memtest86 is released under the terms of the Gnu Public License (GPL). Other than the provisions of the GNU pubic licence (GPL) there are no restrictions for use, private or commercial.
Explicit permission for inclusion of Memtest86 in software compilations and publications is hereby granted.
MemTest86 is a free, thorough, stand alone memory test for x86 architecture computers.
MemTest86 supports booting from both the newer UEFI platform and the traditional BIOS. When booting from UEFI, MemTest86 has access to additional services not available in BIOS including:
* Native 64-bit support
* No longer requires the use of the PAE workaround to access more than 4GB of memory. (PAE = Physical Address Extension)
* Mouse support, where supported by the underlying UEFI system. On older systems a keyboard is still required.
* Improved USB keyboard support. The keyboard now works on systems that fail to emulate IO Port 64/60 correctly. So Mac USB keyboards are now supported.
* Improved multi-threading support, where supported by the underlying UEFI system.
* Reporting of detailed RAM SPD information. Timings, clock speeds, vendor names and much more.
* Support to writing to the USB drive that MemTest86 is running from for logging and report generation. In all prior MemTest86 releases, there was no disk support.
* Use of GPT. (GUID Partition Table)
* ECC RAM support (limited hardware support, ongoing development)
o Detection of ECC support in both the RAM and memory controller
o Polling for ECC errors
o Injection of ECC errors for test purposes. (limited hardware only)
* DDR4 support (but we are currently having problems sourcing DDR4 RAM to test)
* Option to disable CPU caching for all tests
* Having a configuration file to allow settings to be pre-defined without the need for keyboard input. This can help with automation.
* Support for Secure Boot.
* Speed improvements of between 10% and 30%+. Especially for tests, #5, #8 & #9. This is the result more moving to native 64bit code, removing the PAE paging hack, switching compilers and using faster random number generation algorithms.
* Addition of 2 new memory tests to take advantage of 64bit data and SIMD instructions.
There are many good approaches for testing memory. However, many tests simply throw some patterns at memory without much thought or knowledge of memory architecture or how errors can best be detected. This works fine for hard memory failures but does little to find intermittent errors. BIOS based memory tests are useless for finding intermittent memory errors.
RAM chips consist of a large array of tightly packed memory cells, one for each bit of data. The vast majority of the intermittent failures are a result of interaction between these memory cells. Often writing a memory cell can cause one of the adjacent cells to be written with the same data. An effective memory test attempts to test for this condition. Therefore, an ideal strategy for testing memory would be the following:
1. Write a cell with a zero.
2. Write all of the adjacent cells with a one, one or more times.
3. Check that the first cell still has a zero.
It should be obvious that this strategy requires an exact knowledge of how the memory cells are laid out on the chip. In addition there are a never ending number of possible chip layouts for different chip types and manufacturers making this strategy impractical. However, there are testing algorithms that can approximate this ideal and MemTest86 does just this.
OS: Windows 2000, Windows 2003, Windows XP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64, Windows 8, Windows 8 x64, Windows 10, Windows 10 x64
Add Your Review or 64-bit Compatibility Report
Top Benchmarking 64-bit downloads
MonitorTest 4.0
Test monitors using a series of test patterns displayed at various resolutions.
Shareware | $35.00
tags: Monitor, Test, MonitorTest, Screen, Display, LCD, CRT, Touch Screen, Pattern, Touch, Multitouch, Testing, Pixel, Pixel Density, Pixel Clock, Gamma, EDID, Aspect Ratio, HDR, SDR, Resolution, Native Resolution, Frequency, Video Mode, Video Adapter, VESA
Heaven Benchmark 4.0
The first DirectX 11 benchmark released on the basis of Unigine engine
Freeware
CrystalCPUID (64 bit) 4.15.5.452e
Utility that analyses your processor and reports all the details
Freeware
PerformanceTest 10.0.1010
Easy-to-use PC hardware benchmarking software
Shareware | $29.00
tags: DirectX 11, DirectCompute, benchmark, testing, performance, passmark, speed, timing, mark, performancetest, hardware, CPU, program, network, bandwidth, DVD, processor, computer, video, test
CINEBENCH R23.200
Performance of your graphics card and CPU and compare them to other systems
Freeware
AIDA64 Extreme Edition 6.32.5600

Is a streamlined Windows diagnostic and benchmarking software
Trialware | $39.95
Members area
Top 64-bit Downloads
-
PowerToys 0.29.3
x64 freeware download -
Windows 10 x64 20H2 (v.2009)
x64 trialware download -
Windows 7 x64
x64 trialware download -
Remix OS x64 3.0.207
x64 freeware download -
SuperCopier x64 2.2.4.8
x64 freeware download -
Media Creation Tool x64 10.0.19041.572
x64 freeware download -
Windows 8 x64 RTM Build 9200
x64 trialware download -
WinRAR (x64) 6.00
x64 trialware download -
PKZIP 64-bit 14.40.0028
x64 trialware download -
Windows Server 2008
Service Pack 2 x64-based
64-bit
x64 freeware download
Top Downloads
-
DLL Injector 1.2
freeware download -
BlueStacks App Player 4.250.0.1070
freeware download -
XePlayer 6.0.10
freeware download -
PowerToys 0.29.3
freeware download -
DMG2IMG 1.6.7
freeware download -
Windows 10 x64 20H2 (v.2009)
trialware download -
FreeCommander XE 2020 B810a
freeware download -
Extreme Injector 3.6
freeware download -
TeraCopy 3.5
freeware download -
Mouse Recorder Pro 2 2.0.7.6
freeware download -
iFunbox v3 3939.1352
adware download -
Windows 7 x64
trialware download -
Grub2Win 2.2.0.7
open source download -
MEmu 7.3.2
open source download -
Face Wizard B12.1221.1
freeware download