Skip to content

Windows batch script that sounds a BEEP when free RAM is lower then 16% of total (avoiding paging, that decrease ssd lifespan). Runs hidden with a VBS script.

Notifications You must be signed in to change notification settings

Giunossauro/Paging_Prevent_to_SSD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Paging Prevent to SSD

Windows batch script that sounds a BEEP when free RAM is lower then 16% of total (avoiding paging, that decrease SSD lifespan).

Runs hidden with a VBS script: just adjust path and run vbs file that hide the console window.

Why avoiding paging prevents SSD lifespan to decrease? A: Because every writing process in SSD spend his lifespan proportionally to the size of the data, and a lot of data is written when Windows starts writing to pagefile c:\pagefile.sys, and Windows starts paging when RAM is running low.

About

Windows batch script that sounds a BEEP when free RAM is lower then 16% of total (avoiding paging, that decrease ssd lifespan). Runs hidden with a VBS script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published