docs(1.1): RAM footprint analysis + release plan

Fleet resident set ~2.57GB across 18 workers; ~1.5GB is the 86MB import
floor paid 18x. Pinned root cause: topology/__init__ eager re-export of
generate drags the full SQLModel ORM (26 tables, ~38MB) into every worker.
This commit is contained in:
2026-06-17 16:32:54 -04:00
parent 70e566db42
commit 825d7d72c9
3 changed files with 181 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# /run/decnet hosts bus.sock (UDS, 0660, group={{ group }}).
# tmpfiles.d recreates it on every boot before any decnet-*.service starts,
# so the bus worker never silently falls back to ~/.decnet/bus.sock.
d /run/decnet 0755 root {{ group }} -