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.exefile from the release page. - Press Win + R to open the Run dialog.
- Type
shell:startupand press Enter. This will open theStartupfolder. - Copy the
DiscordRamLimit.exefile. - Paste the
DiscordRamLimit.exefile into theStartupfolder. - The
DiscordRamLimitprogram 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.