Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
2 check-ins using file container/Makefile version c30e9f8e8d
2025-03-19
| ||
01:55 |
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. Leaf check-in: 4ad5bc177e user: tangent tags: trunk | |
2025-01-24
| ||
11:17 |
Renamed "*REPO" variables to "*ORG" for two reasons:
confusioncheck-in: 2921e74fa6 user: tangent tags: trunk | |