What makes it grow
Memory grows with the number of metrics collected (about 16 KiB each, per the official docs). With ~11,700 metrics that formula gives ~215 MB; its processes averaged 280 MB and peaked at 386 MB (docker stats shows up to 566 MB with disk cache), so the resource calculator recommends 768 MB. Disk depends on how much history you keep.
Sizing it
Our rule of thumb: plan for the highest process memory recorded plus 25% headroom: 512 MB. Our workload is small — scale it with the factors above before buying hardware.
Combine it with other apps in the resource calculator →
Build it: Rent a VPS ·
Buy a mini-PC
How we measure
Memory per container from Netdata on the same server, summed across the whole stack (app, database and cache) hour by hour. The main figures are the processes' own memory (anonymous memory: heap, stacks). The docker stats figure is higher because it also counts active disk cache — which Linux gives back when it needs it — and shared memory such as PostgreSQL's shared buffers. Hours where the main container had no data are left out, not counted as zero. Re-measured with a script, not by hand.
Other measured apps