[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: change the size of /dev/shm for sbuild



> Hello, I am trying to change the size of /dev/shm in order to avoid FTBFS due
> to the  limited space on /dev/shm
> 
> I found the documentation on the wiki, but there is no explaination about the
> right way to make the change not temporarly.
> 
> 
> mount -o remount,size=2G /dev/shm
> 
> someone can explain how to change the default /dev/shm size.

You could set its mount options in /etc/fstab:

tmpfs /dev/shm tmpfs rw,nosuid,nodev,size=2G 0 0

Attachment: pgpsrPElLUrGh.pgp
Description: Signature digitale OpenPGP


Reply to: