Skip to content

numlinka/EmptyRAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmptyRAM - Windows Memory Cleanup Tool

Overview

EmptyRAM is a lightweight utility designed to free up RAM on Windows systems by clearing working sets, modified page lists, and standby lists. This tool is particularly useful when you need to temporarily free memory for memory-intensive applications.

Features

  • Clear Working Sets
  • Flush Modified Page List
  • Purge Standby List
  • Purge Low Priority Standby List
  • Command-line options for selective operations

System Requirements

  • Windows 7 or later
  • Administrator privileges (required for some functions)

Installation & Usage

Direct Usage

  1. Download the compiled EmptyRAM.exe file
  2. Run from command prompt

Compile from Source

  1. Ensure Windows SDK and C compiler are installed
  2. Compile the source code
  3. Run the generated executable

Usage

EmptyRAM [command]

Available Commands

Command Description
help Show help message
about Show program information
version Show version information
workings Clear working sets only
modified Flush modified page list only
standby Purge standby list only
standby0 Purge low priority standby list only
all Perform all cleanup operations (default)

Examples

  1. Perform all cleanup operations (default):

    EmptyRAM
    or
    EmptyRAM all
    
  2. Clear standby list only:

    EmptyRAM standby
    
  3. Show help:

    EmptyRAM help
    

Notes

  • Administrator privileges are required for proper operation
  • Memory cleanup may cause temporary system slowdown
  • Not recommended for frequent use in critical production environments

License

EmptyRAM is released under the GNU General Public License v3.0.

Author

numlinka

Version History

  • v1.0 (2025-08-01): Initial release

Disclaimer

This software is provided "as is", and the author shall not be held liable for any direct or indirect damages caused by its use. Users assume all risks.

About

A tool to free up RAM on Windows systems. EmptyStandbyList

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors