mirror of
https://github.com/openglow-org/forgefirm.git
synced 2026-09-27 08:41:13 -07:00
The daemons log to /dev/log with non-blocking datagrams and drop what the socket will not take. The kernel's default queue for a unix datagram socket is 10; forgectrl's arm-time burst alone was about 20, so the lines around every job start were lost, and the daemon reported 18 to 46 dropped per job on the bench. The logging init sets net.unix.max_dgram_qlen to 512 before rsyslog and the daemons start; nothing on the image applied sysctl files before. Bench: set at runtime on 20260902144848 for the rest of the session. Catalog consequence: a layer change; the meta-forgefirm content hash moves and nothing inherits on the image that ships it.