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. Fred