Skip to content

amygdala-x/memory-filler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memory_filler

A simple RAM filler written using the C++ and WinAPI.

Fills RAM by a certain percentage. May be useful for checking the pagefile. Outputs information about the load of RAM OR RAM and the pagefile. All information is output to the built-in Windows console.

Installation

Build the project in Visual Studio (open memory_filler.sln and press F7) or download on the releases page.

The program should be run as an administrator to avoid any problems.

TO DO list

  • Add a GUI for easier interaction.

  • Expanded functionality.