Skip to main content
Topic: so if i want to use tmpfs in ram as a build directory (as opposed to ssd space) (Read 366 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

so if i want to use tmpfs in ram as a build directory (as opposed to ssd space)

i can just edit makepkg.conf and uncomment the line so it reads like this:

BUILDDIR=/tmp/makepkg


??

anything else i need to do?
Cat Herders of Linux

 

Re: so if i want to use tmpfs in ram as a build directory (as opposed to ssd space)

Reply #1
So long as /tmp is already mounted tmpfs that will work.

Bear in mind certain packages need a lot of space to build. Depending how much memory is devoted to /tmp you may have to switch back to using the ssd for such packages or temporarily increase the memory allocated to /tmp, if you have enough available.