Join Nostr
2026-01-16 23:44:23 UTC

Jason Parker (he/they) on Nostr: I think I just figured out how to get unlimited RAM. mount -t tmpfs -o size=16G tmpfs ...

I think I just figured out how to get unlimited RAM.

mount -t tmpfs -o size=16G tmpfs /tmp/ramdisk

dd if=/dev/zero of=/tmp/ramdisk/swapfile bs=1G count=16

mkswap /tmp/ramdisk/swapfile

swapon /tmp/ramdisk/swapfile