home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / qemmtech.zip / SMARTDRV.TEC < prev    next >
Text File  |  1990-09-18  |  2KB  |  50 lines

  1. ID:SD Microsoft's SMARTDrive disk cache
  2. Quarterdeck Technical Note
  3. by Stan Young
  4.  
  5.                   Using Microsoft's SMARTDRV.SYS
  6.  
  7. The Windows Setup procedure installs Microsoft's disk cache called 
  8. SMARTDRV.SYS.  The default size of this cache tends to be large. 
  9. Windows can reclaim memory from this cache when it starts up, 
  10. however programs that are run outside of Windows which use expanded 
  11. memory cannot do this. If you run programs outside of Windows which 
  12. would benefit from expanded memory, you may want to consider either 
  13. removing SMARTDRV.SYS entirely from your CONFIG.SYS file, or at 
  14. least reducing its size.  
  15.  
  16. SMARTDRV.SYS takes parameters to set the size of the cache, the 
  17. first parameter being the "NormalCacheSize" and the second being the 
  18. "MinimumCacheSize". An example SMARTDrive installation might look as 
  19. follows:
  20.  
  21. DEVICE=C:\WINDOWS\SMARTDRV.SYS 1024 256
  22.  
  23. In this example, SMARTDrive takes 1024K (1MB) of memory when you are 
  24. not in Windows and 256K while you are running Windows. While it is 
  25. difficult to suggest a cache size that might be best for you, one 
  26. possible suggestion might be to use the minimum amount only. To do 
  27. this, using the example above, you would edit the line to read:
  28.  
  29. DEVICE=C:\WINDOWS\SMARTDRV.SYS 256  256
  30.  
  31.  
  32. No problems have been detected between any Quarterdeck products and 
  33. this cache, so if you feel you would benefit from disk caching, and 
  34. SMARTDrive meets your performance requirements, it should be fine to 
  35. use.  As noted the default size tends to be a bit large for users 
  36. who are using programs that benefit from expanded memory, but the 
  37. information above should give you some hints on how to adjust this 
  38. usage.
  39.  
  40. Only you can determine the appropriate size of the cache, depending 
  41. on how disk intensive your programs are, compared to your programs 
  42. need for expanded memory.  If you are not running programs that are 
  43. disk intensive, deleting the cache entirely may make sense.
  44.  
  45. Further information on the parameters used to control the size of 
  46. SMARTDRV.SYS can be found in the back of the Windows 3.0 manual.
  47.  
  48.         Copyright (C) 1990 by Quarterdeck Office Systems
  49.              * * *   E N D   O F   F I L E    * * * 
  50.