1829708 Members
1340 Online
109992 Solutions
New Discussion

MINFREE on filesystems

 
SOLVED
Go to solution
Kevin Lamb
Frequent Advisor

MINFREE on filesystems

Hi,

Just a quick question regarding minfree on filesystems.

Is it recomended to adjust the percentage of minfree on a filesystem to "make something fit" and what are the potential pitfall of doing this???

Kev
3 REPLIES 3
Rainer von Bongartz
Honored Contributor
Solution

Re: MINFREE on filesystems

Kevin,

I have set minfree=0 for all filesystems containing only user and application files.

I might make sense to keep minfree=5 for system filesystems (/opt /var etc.)

Regards
rainer
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
Frank Slootweg
Honored Contributor

Re: MINFREE on filesystems

minfree is only relevant for HFS filesystem, not vxfs/JFS.

If the filesystem is rather static *and* files are created 'sequentially'/'neatly', i.e. the layout is 'neat', then setting minfree low or even to 0 is not a problem.

If the filesystem is rather dynamic or/and fragmented, then setting a low minfree can make fragmentation even worse and hence performance very bad.
Kevin Lamb
Frequent Advisor

Re: MINFREE on filesystems

Rainer/Frank,

Thamks for your input, I was rather unsure about messing with the minfree variable, your comments have set my mind at rest.

Thanx, have a great Xmas and a prosperous New Year.

Kev