You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Qubes config for systemd /tmp mount options overrides the size of
/tmp due to memory ballooning. However, it only copies some of the
other options. This patch syncs with Fedora by also adding the options
nosuid,nodev,nr_inodes=1m. Setting nosuid and nodev should have minor
security benefits.
Increasing nr_inodes is important because otherwise the default is
nr_inodes=44492, which is too few inodes for software like "opam" which
uses /tmp as a staging directory.
0 commit comments