1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/package/system
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
..
ca-certificates ca-certificates: fix python3-cryptography woes in certdata2pem.py 2021-12-01 17:52:35 +01:00
fstools fstools: update to git HEAD 2021-11-20 21:09:59 +00:00
fwtool
iucode-tool iucode-tool: fix host-compile on macos and non-x86 linux 2022-02-26 19:52:41 +01:00
mtd
openwrt-keyring
opkg opkg: update to git HEAD of 2022-01-09 2022-01-09 20:10:32 +00:00
procd procd: remove support for mounting /tmp in zram 2022-03-03 20:22:25 +00:00
refpolicy
rpcd rpcd: update to latest Git HEAD 2022-02-07 11:44:37 +01:00
selinux-policy selinux-policy: update to version 1.0 2021-10-28 22:15:02 +01:00
ubox ubox: fix broken deferred start of logfile writer 2022-01-31 15:03:25 +00:00
ubus ubus: bump to git HEAD 2022-02-28 16:18:37 +02:00
ucert
uci uci: update to git HEAD 2021-10-22 23:51:51 +02:00
urandom-seed
urngd
usign
zram-swap