Posted by: Anonymous Coward
on November 01, 2005 12:27 AM
Hello, here's a way to increase the tmpfs size without unmounting it. This is handy if you're running one copy of QEMU and you don't have enough room for a second.
mount -o remount,size=800m<nobr> <wbr></nobr>/dev/shm
increase tmpfs size without unmounting
Posted by: Anonymous Coward on November 01, 2005 12:27 AMmount -o remount,size=800m<nobr> <wbr></nobr>/dev/shm
Change size= to the value you need.
#