Ubuntu
Low partition on /run with tmpfs
Resize to 8G
.
- Solve it through CLI (vanish on reboot):
mount -t tmpfs tmpfs /run -o remount,size=8G
- permanent solution (/etc/fstab):
none /run tmpfs defaults,size=8G 0 0
Resize to 8G
.
mount -t tmpfs tmpfs /run -o remount,size=8G
none /run tmpfs defaults,size=8G 0 0