Fossil Add-Ons

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

1 check-in using file bin/fslsrv version 543c38c7ad

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