Can anyone explain, or has the knowledge of, the use of these parameters by the JFS drivers?
Allow me to explain: I do of course understand at high level what these control, specifically I have the following entry in my CONFIG.SYS:
CALL=G:\OS2\CMD.EXE /Q /C G:\OS2\CACHEJFS.EXE /LW:32,128,8 /MINBUFFER:16000 /MAXBUFFER:32000
...however, as I continue to gather JFS runtime stats I haven't quite figured out what is the impact of the MAXBUFFER parameter in particular.
What I am trying to determine is how the BUFFERs are being allocated and how the MAX setting in particular impacts the availability of either the content or i-node metadata buffers.
Any ideas?
Thanks!