Choose a different tmp directory location
Closed this issue · 3 comments
joshkg commented
Is there any way to specify the tmp directory to be used?
I see Broccoli is currently using the system /tmp
, but we recently ran into an issue with a huge prember build that is giving us ENOSPC error when asset write starts to work because our /tmp
dir has a limit we're bumping against.
rwjblue commented
It is possible to force the tmp dir location, but if you are in ember-cli land you can set EMBER_CLI_SYSTEM_TEMP=false ember build
to force it to use the local project tmp.
joshkg commented
@rwjblue Just what I needed, thanks! I wasn't able to find this info anywhere, is there a proper place to look for such flags in Ember docs?
rwjblue commented
Not that I know of, but please shoot off a PR to where your first gut reaction would say it go....