|
You are here:->
Home
-> Tips
-> Computer ->
Softwares ->
Operating System -> Miscosoft
-> Windows ->
Miscellaneous
Increasing Performance
This concerns the "Network Server" option ... You already know about
the screw up in Win95 release prior to OSR2 but, did you know you can also
customize the settings in the registry?
- Open Regedit
- Go to
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\FS
Templates"
- Add a new key called "Custom".
- Then add two new binary values under that key with the names
"NameCache" and "PathCache", just as with the other entries.
- I would recommend using values somewhere in-between what the
standard values are for "Desktop" and "Network Server". The values I
have found to be the best compromise are "00 08 00 00" and "30 00 00 00"
respectively, your milage may vary. (2048 filenames and 48 pathnames)
- Close Regedit
- Right click on "My Computer"
- Select Properties then the Performance tab.
- Select "File System" and you will now find the "Custom" option in
the drop down box.
- Select it and click on OK then be sure to reboot.
While this doesn't save a lot of memory, at least your name caches
aren't using more than they need.
If you have 24 Megs or more of RAM, you can increase your performance
- Right Click on My Computer
- Select Properties
- Click the Performance tab
- Click on File System button
- Select Network Server with Full Read-ahead Optimization
If you do not see a performance increase, occasionally the NameCache
and PathCache values are written to the registry incorrectly for the
Network Server. To fix the problem:
- Start Regedit
- Go to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\FS
Templates\Server
- Make sure the following values are being used:
- PathCache=40 00 00 00
- NameCache=a9 0a 00 00
|