On 23 October 2012 19:35, Elvis Dowson <elvis.dow...@gmail.com> wrote:
> the following entry works for the /etc/fstab for moving the /tmp file to RAM
> none    /tmp    tmpfs    defaults,noatime,nodiratime    0    0

tmpfs is in virtual memory, so potentially swap.  Have you benchmarked
a build with the build on SSD verses in tmpfs to see what the
improvement is?

An alternative (and less intrusive) is to increase the commit timeout
on the build partition, which means more data is buffered in RAM
before the disk is used.  I haven't benchmarked that either though. :)

Ross
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to