Description:This Nextflow plugin replaces default `/proc`-based memory tracking with cgroup-aware tracking for containerized tasks, accurately capturing container-wide memory usage including memory-mapped files and page cache that the default method misses. It supports both cgroup v1 and v2, making it essential for bioinformatics workflows (STAR, BWA, Bowtie2) and other containerized pipelines running on Docker, AWS Batch, and similar executors where precise memory accounting is critical. Users running memory-intensive genomics analyses in containers who need accurate peak memory reporting and OOM diagnostics would benefit most from this plugin.