This project aims to reduce memory usage in Discord and web browsers by utilizing the SetProcessWorkingSetSize()
function, which helps prevent unnecessary caching in the programs.
Currently, the following browsers are supported:
- Thorium
- Firefox
- Edge
- Chrome
If you would like support for another browser, please let me know, and i will consider adding it.
To use the Discord and Browsers RAM Limiter:
- Download the
DiscordRamLimit.exe
file from the release page. - Press Win + R to open the Run dialog.
- Type
shell:startup
and press Enter. This will open theStartup
folder. - Copy the
DiscordRamLimit.exe
file. - Paste the
DiscordRamLimit.exe
file into theStartup
folder. - The
DiscordRamLimit
program will now start automatically with Windows boot.
When running the program in DEBUG mode within Visual Studio, the CPU usage may be higher. We recommend performing your program tests after compiling as Release AnyCPU.
This project was made possible with contributions from Lufzys.
This project is licensed under the terms of the MIT License.