On 02/23/13 13:41, Volker Armin Hemmann wrote:
tmpfs 949264 990 948274 1% /var/tmp/portage
So, why I'm getting this message?
Your /var/tmp/portage is 10 MB! Increase that.
--
Nilesh Govindarajan
http://nileshgr.com
How do I increase it?
I deleted all the file in /var/tmp/portage but after reboot the system
populate it again.
In fstab I have two entries:
...
shm /dev/shm devtmpfs nodev,nosuid,noexec 0 0
tmpfs /var/tmp/portage devtmpfs defaults 0 0
should I just comment them out?
no,
you should change it to this:
tmpfs /var/tmp/portage tmpfs rw,size=8G 0 0
play around with size. Usually 2GB is more than enough. Except for
libreoffice.
Then umount /var/tmp/portage and mount it again.
I have only 8Gb of RAM should I dedicate it all for tmpfs or only 2GB
--
Joseph