mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
9a7afbd2eb
Mock mode seeded 90 days of synthetic history for every resource at startup. Measured on the demo droplet with identical entity counts, that put the process near 1GB of Go heap before the first tick; a 6h seed runs at ~200MB. Every local dev instance and CI run in mock mode paid that gigabyte silently, and on 1GB hosts it OOMed the box. 48h keeps day-scale charts fully populated. Long-range chart work opts in with PULSE_MOCK_TRENDS_SEED_DURATION, which is how the public demo already pins its own seed (6h). Contract-Neutral: mock seed default resize: dev-only mock path, no contract delta