home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / PERFRM.ZIP / MEMO.TXT < prev    next >
Text File  |  1993-01-29  |  2KB  |  39 lines

  1. InterOffice Memo
  2.  
  3. To:        Customer Support
  4.  
  5. From:        Brian Maher
  6.  
  7. Date:        November 5, 1992
  8.  
  9. Subject:    How to configure OS/2 2.0 for use with ADW
  10.  
  11.  
  12. The following details how to setup the CONFIG.SYS file for OS/2 2.0 for optimum performance.  This information has been gathered from CompuServe and my personal experience as a beta tester for OS/2 2.0 at my previous employer.  I hope it is helpful to you.
  13.  
  14. A)    The OS/2 installation program will automatically install HPFS support     if your PC has 8 megabytes or more of RAM.  If you have not formatted     any of your drives as HPFS you can comment out the line which     installs HPFS support and save approximately 512K of RAM.  The line     looks something like this:
  15.  
  16.     IFS=C:\OS2\HPFS.IFS /CACHE:512 /CRECL:4 /AUTOCHECK:C
  17.  
  18. B)    By default OS/2 2.0 will automatically restart any programs that were     running at the time you did an abnormal shutdown (i.e. Ctrl+Alt+Del     or BigRedSwitch).  To stop OS/2 2.0 from doing this, insert the     following command into CONFIG.SYS:
  19.  
  20.     SET RESTARTOBJECTS=STARTUPFOLDERSONLY
  21.  
  22. C)    To make your directory listings a little easier to read through,     insert the following command in CONFIG.SYS.  This command will list     your directory entries first followed by the file names sorted 
  23.     in alphabetical order.
  24.  
  25.     SET DIRCMD=/O:GN
  26.  
  27. D)    The FILES parameter is used only for DOS programs.  Set it to a     default of 30.  This parameter can be changed for each individual DOS     program by changing the FILES parameter is the session settings.
  28.  
  29. E)    The BUFFERS parameter should be set to 3.  Under OS/2 2.0 the HPFS or     FAT disk caches do a better job of caching sequential reads than the     BUFFERS statement.
  30.  
  31. F)    The MAXWAIT parameter should be set to 1.  This gives OS/2 a smoother     feel when switching to different windows.  When this is set to 3 you     may notice some "jerkiness" when switching between applications.
  32.  
  33. G)    The THREADS parameter should be set to 256.
  34.  
  35. H)    If you are only using HPFS formatted drives, remove the DISKCACHE     statement.  HPFS does not use it.
  36.  
  37.  
  38.  
  39.