Thanks for your prompt replies. I don't think /tmp is mapped to RAM or any other writable directories except the two I mentioned. Here is the output of df -h.
Code:
Filesystem Size Used Avail Use% Mounted on
tmpfs 1.6G 3.0M 1.6G 1% /run
efivarfs 438K 193K 241K 45% /sys/firmware/efi/efivars
/dev/nvme0n1p3 460G 219G 218G 51% /
tmpfs 7.7G 2.5G 5.3G 33% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
/dev/nvme0n1p1 896M 72M 825M 8% /boot/efi
tmpfs 1.6G 1.7M 1.6G 1% /run/user/1001
I thought /dev/shm is a good option as it has over 5Gb RAM free. Even /run/user/1001 has 1.5 Gb free.
Bookmarks