Skip to content

Add --warmup <secs> to skip leak detection during startup #73

Description

@SickleFire

Problem

Many processes legitimately allocate heavily at startup (loading configs, building caches, JIT compilation). --leak-check currently fires immediately from baseline, meaning any post-baseline startup allocation is flagged as a leak.

Proposed Solution

Add --warmup that suppresses all limit and leak enforcement for the first N seconds. After the warmup period, a fresh baseline snapshot is taken and enforcement begins from there.

branch: feature/cicd

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions