(no title)
ylyn | 1 year ago
Or if you set rootfstype=ramfs, then you can take up to all of physical RAM, but ramfs isn't swappable.
ylyn | 1 year ago
Or if you set rootfstype=ramfs, then you can take up to all of physical RAM, but ramfs isn't swappable.
ahepp|1 year ago
Initramfs (and tmpfs) are swappable right? As you say, ramfs is the one that isn't swappable. So if your initramfs is "to big" can't it just be swapped out?
manuel_w|1 year ago
It makes sense if you replace "initramfs" with "initrd":
> One pitfall of this is that the decompressed contents of your ~initramfs~ _initrd_ must fit within half of your physical RAM since Linux decompresses it into a tmpfs. > Or if you set rootfstype=ramfs, then you can take up to all of physical RAM