FEATURE 07 ยท MEMORY CACHE CLEANER

Intelligent Standby List Cleaner.

Eradicate micro-stuttering in high-FPS gaming and free up active hardware buffers by purging operating system memory standby lists automatically.

The Standby Memory Bottleneck

Operating systems cache files and programs, creating a "Standby List". While theoretically beneficial, this standby list often fails to release memory quickly enough when demanding programs or high-framerate competitive gaming request memory.

PHYSICAL RAM ALLOCATION (16 GB)
Active Apps (6.4 GB)
Standby Cache (5.6 GB)
System Reserve (2.4 GB)
Free Standby (1.6 GB)

Trimming active working sets and caching tables instantly eliminates system page file swapping and micro-stutters during heavy resource loads.

INTERACTIVE TEST CONSOLE

๐Ÿง  How the RAM Optimizer Works Under the Hood

Noyare uses low-level operating system APIs to purge standby caches and reclaim process working sets safely:

  • Standby List Purge: On Windows, the Rust backend invokes the native NtSetSystemInformation NTSTATUS call (specifically configuration class 80) to immediately purge cache standby lists.
  • Process Working Set Trim: Trims active memory footprints by walking process lists and invoking the standard EmptyWorkingSet API on background processes.
  • Ryzen and Intel Optimization: Fully optimized to run safely without interrupting active fullscreen high-CPU rendering or gaming windows, ensuring zero drop in performance.