4 个仓库
Tools designed to reduce the overall physical memory footprint of a system or process.
Distinguishing note: Candidates focus on AI training, GPU, or specific language runtimes; this is for general OS RAM reduction
Explore 4 awesome GitHub repositories matching operating systems & systems programming · Memory Optimizers. Refine with filters or upvote what's useful.
MemReduct is a Windows memory management tool designed to monitor RAM usage and free up physical memory. It functions as a system cache cleaner that flushes working sets, registry caches, modified file caches, and standby lists to reduce overall memory consumption. The project operates as an automated memory optimizer, utilizing a background service to trigger cleaning routines based on predefined timeouts or resource thresholds. It includes a real-time monitoring dashboard to track system memory and pagefile statistics and provides a command-line interface for executing memory reduction task
Implements a background service that triggers system memory cleaning based on timeouts or resource thresholds.
Lemon-cleaner 是一个 macOS 系统清理和资源监控工具。它提供了一套用于删除应用程序垃圾和临时文件、彻底卸载软件及其隐藏支持文件,以及通过可视化磁盘空间分析器和重复文件删除器回收磁盘空间的工具。 该项目以其针对数字媒体清理的专门功能而著称,利用视觉相似度分析来识别和修剪冗余照片。它还包括一个系统资源监控器,可直接在 macOS 状态栏中跟踪 CPU 温度和内存使用率等实时硬件指标。 从广义上讲,该实用程序通过内存释放机制和启动项管理涵盖了系统性能优化。它还通过浏览器历史记录和缓存清理扩展到隐私维护。
Implements a memory release mechanism to flush unused caches and optimize available RAM for better responsiveness.
The Great Suspender 是一款 Chrome 浏览器扩展和内存优化工具,旨在管理浏览器标签页状态并减少系统资源消耗。它作为一个浏览器标签页管理器,通过冻结休眠的浏览器页面来释放系统内存。 该工具通过挂起不活动的标签页来限制后台运行的进程数量,从而提高浏览器性能和稳定性。它通过在用户重新交互前冻结标签页,降低了整体内存和 CPU 的使用率。 该扩展通过监控标签页活动并挂起特定标签页,实现浏览器内存管理和性能优化。
Acts as a resource manager that frees up system RAM by freezing dormant browser pages.
WinMemoryCleaner 是一个 Windows RAM 优化和内存管理工具。它通过使用原生的 Windows 系统函数清理备用列表(standby lists)、工作集(working sets)和文件缓存来回收物理内存。 该工具支持多种运行模式,包括带有系统托盘监视器的便携式应用程序、用于脚本集成的命令行接口,以及用于持续后台运行的无头系统服务。它支持通过可自定义的全局快捷键进行即时优化。 自动化功能包括基于固定时间间隔安排定期清理,或在可用 RAM 低于指定百分比时自动触发清理。为了保持系统稳定性,该工具包含一个进程排除列表,以防止关键应用程序在内存清理期间受到影响。
Provides low-level reclamation of physical memory by flushing standby lists, working sets, and file caches using native Windows functions.