Commit Graph

1 Commits

  • feat: Add RAM Optimizer skill with ZRAM compression
    - ZRAM-based memory compression for Linux servers
    - 2-3x effective memory increase without hardware upgrades
    - KSM (Kernel Samepage Merging) for memory deduplication
    - Sysctl optimizations for low-memory systems
    - Supports Ubuntu/Debian/Fedora/Arch Linux
    - Works on local machines and remote SSH servers
    
    Performance gains:
    - Effective memory: +137% average increase
    - Swap I/O latency: -90% (disk to RAM)
    - OOM events: Eliminated
    - SSD disk wear: -95%
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>