Artifact 543c38c7ad9d3732b1f74128a9b6f1d2528bcfef3c59817a19bfc3548734cfbd:
- Executable file
bin/fslsrv
— part of check-in
[4ad5bc177e]
at
2025-03-19 01:55:00
on branch trunk
— Instead of using the in-container /tmp per Podman's default, fslsrv
creates the containers with a 4M tmpfs mounted there so that if it
fills up, we can just restart the container to clear it.
(This isn't a theoretical risk. I've just seen it happen on a different host, and the sympom is scary, complaining about a disk I/O error while executing a SQL statement. I thought the repo DB had gone corrupt!)
We could instead map the host-side /tmp in atop the in-container one, as that is likely to be a generously-sized tmpfs already, but that opens a communication path between container instances. (user: tangent size: 1649)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.