JoshuaBranson said:
How big should I make my /var/tmp?
[snip]
Does FreeBSD install source into /var/tmp?
FreeBSD kernel source code goes in
/usr/src/sys.
Ports (distfiles plus build directories) go in
/usr/ports.
Packages unpack in
/var/tmp but normally get removed afterwards.
The only other thing I can think of right now that uses
/var/tmp is
editors/vim, for its recovery files.
I don't usually make
/var/tmp a seperate filesystem because my
/var is large enough already. You could also remove
/var/tmp and (re)symlink it to
/tmp if you like - and if
/tmp is large enough of course.
Because
/var/tmp is mostly used for package unpacking, I'd say that 500 MB ought to be enough, you can probably even do with less. Having said that, I wouldn't make
/var/tmp a seperate partition in the first place.
I do tend to make seperate partitions for
/usr/src though. The FreeBSD kernel source code is around 150-200 MB
[Edit: actually, that's all source, not just the kernel - my bad, sorry] but you'll also need space for the actual build (object files and stuff), so I'd say reserve at least 500 MB for that.
Hope this helps,
Fonz