TrayRAMBooster uses native Windows features to clear and optimize memory areas. Sometimes, programs do not release the allocated memory, making the computer slow. That is when you need to optimize the memory so you can keep working without wasting time restarting your system.
This tool is inspired by the Igor Mundstein's WinMemoryCleaner project. The main idea was to create super-minimalistic and portable application with all functionality.
The app has no UI, just notification icon. It's portable, and you do not need to install it, but it requires administrator privileges to run. Click on the download button below and run the executable to get started.
Here is an example of the application running on Windows 10 (light/dark theme):
and a preview of the app notification after optimization completed:
The published version can be obtained from releases page, or get the newer one directly from: Latest Version
Every X hours
The optimization will run by periodWhen free memory is below X percent
The optimization will run if free memory is below the specified percentage
Run on startup
Runs the app after the system boots up. It creates an entry on Windows Task SchedulerShow optimization notifications
Sends a message to the notification area after optimization. It includes the approximate memory releasedShow virtual memory
It also monitors the virtual memory usageRun on low priority
It limits the app resource usage by reducing the process priority and ensuring it runs efficiently. It might increase the optimization time, but it helps if your Windows freezes during itAuto update app
Keeps the app up to date.
Combined Page List
Flushes the blocks from the combined page list effectively only when page combining is enabledModified Page List
Flushes memory from the modified page list, writing unsaved data to disk and moving the pages to the standby listProcesses Working Set
Removes memory from all user-mode and system working sets and moves it to the standby or modified page listsStandby List
Flushes pages from all standby lists to the free listStandby List (Low Priority)
Flushes pages from the lowest-priority standby list to the free listSystem Working Set
Removes memory from the system cache working set
Image
Show app iconMemory usage
Show physical memory usage (in %)Memory available
Show physical memory available (in Gb)Memory used
Show physical memory used (in Gb)
The tray icon tooltip also depends on the selected Icon type
, but can contain virtual memory value if Show virtual memory
option checked.
The app generates logs in the Windows event
- Press Win + R to open the Run command dialog box
- Type eventvwr and press Enter to open the Event Viewer
- Open
Windows Logs
->Applications
Why has the app been flagged as Malware/Virus and blocked by Windows Defender, SmartScreen, or Antivirus?
One of the reasons for this false alarm is that the application adds entries to the registry and task scheduler to run the application at startup. Windows doesn't “like” applications with administrator privileges running at startup. Sorry, but the application cannot deep clean memory without administrator privileges.
That's a common issue that persists every time a new app version is released. Everyone can submit the executable to Microsoft, usually, it takes up to 72 hours for Microsoft to remove the detection. It helps if more users submit the app for malware analysis
Meanwhile, as a workaround, you can add an exclusion to Windows Security
The TrayRAMBooster team welcomes feedback and contributions!
You can check if it works properly on your PC. If you notice any inaccuracies, please send us a pull request. If you have any suggestions or improvements, don't hesitate to create an issue.
Also, don't forget to star the repository to help other people find it.
Every cup of coffee you donate will help this app become better and let me know that this project is in demand.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.