Rui Salvaterra 247eaa4416 procd: remove support for mounting /tmp in zram
The /tmp directory is mounted as tmpfs. The tmpfs filesystem is backed by
anonymous memory, which means it can be swapped out at any time, if there is
memory pressure [1]. For this reason, a zram swap device is a much better
choice than mounting /tmp on zram, since it's able to compress all anonymous
memory, and not just the memory assigned to /tmp. We already have the zram-swap
package for this specific purpose, which means procd's tmp-on-zram is both
redundant and more limited.

A follow-up patch will remove support for mounting /tmp in zram from procd
itself.

[1] https://www.kernel.org/doc/Documentation/filesystems/tmpfs.txt

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2022-03-03 20:22:25 +00:00
..
2021-11-20 21:09:59 +00:00
2019-11-14 22:53:31 +01:00
2021-03-17 08:42:05 +01:00
2022-02-07 11:44:37 +01:00
2022-02-28 16:18:37 +02:00
2020-05-24 17:01:36 +02:00
2021-10-22 23:51:51 +02:00
2020-05-23 13:38:12 +02:00