Miroslav Lachman <[email protected]> wrote: > Why you are suggesting /var >= 2*RAM? Is it just for saving crash dumps > or anything else? And why so big /tmp? I am running servers with smaller > sizes for years without any problem.
Me too. I usually set up a small memory disk for /tmp. I never experienced any serious problems with that. The machine I'm typing this on right now has this line in /etc/fstab: md /tmp mfs rw,nosuid,-s200m,async 0 0 Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "Life is short (You need Python)" -- Bruce Eckel, ANSI C++ Comitee member, author of "Thinking in C++" and "Thinking in Java" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
