EEDDRV / RAM-Monitor

A program to monitor the RAM usage of a computer and provide a warning if available RAM is low.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAM-Monitor

A program to monitor the RAM usage of a computer and provide a warning if available RAM is low.

GitHub code size in bytes GitHub

How to compile

csc /resource:Icons/High.ico,Resources.High.ico /resource:Icons/Low.ico,Resources.Low.ico /resource:Icons/Warning.ico,Resources.Warning.ico /target:winexe Program.cs

About

A program to monitor the RAM usage of a computer and provide a warning if available RAM is low.

License:MIT License


Languages

Language:C# 100.0%