Date: Wed, 9 Oct 1996 11:18:19 -0400 (EDT) From: Charles Henrich <henrich@crh.cl.msu.edu> To: danj@netcom.com, freebsd-current@freebsd.org Subject: Re: 961006-SNAP comments Message-ID: <199610091518.LAA06388@crh.cl.msu.edu> References: <53fcif$t17@msunews.cl.msu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
In lists.freebsd.current you write: > --- Calculate --- > swap = max( ( T - R ), (D * Dp) ) > swap = min( swap, (D * DpM) ) > swap = max( max( swap, Sm ), SM) Just my two cents, I always run swap a 2.5-3x ram size. Saved me many a time when running netscape and other bloated pig apps. > We could do something similar with var partitions (all those logs...). You know, I've never understood this. On my systems I *hate* having multiple partitions. I have / period. It allows the logs to grow if necessary, tmp to grow if neccesary etc. Now, I understand why you would break /tmp out (as I do on systems I dont run, but it doesnt make a whole lot of sense for a single user environment), but why /var? With newsyslog doing clean log rotations, var doesnt ever grow unduly large, and in the case when you really want more disk, you can expand it up to the size of your disk. Same argument for /usr, doesnt make a whole lot of sense, except for arcane disk problems where you would more readily nuke an active partition than one not so active. In my many years of unix computing I've never seen that occur. -Crh -- Charles Henrich Michigan State University henrich@msu.edu http://pilot.msu.edu/~henrich
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610091518.LAA06388>