home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / os2 / misc / 27890 < prev    next >
Encoding:
Text File  |  1992-08-20  |  1.9 KB  |  48 lines

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!mips!decwrl!access.usask.ca!ccu.umanitoba.ca!ccu!buhr
  3. From: buhr@umanitoba.ca (Kevin Andrew Buhr)
  4. Subject: Re: PMV2001 Not enough memory error - HELP|
  5. In-Reply-To: Steve.Withers@bbs.actrix.gen.nz's message of Wed, 19 Aug 1992 11:57:51 GMT
  6. Message-ID: <BUHR.92Aug20191809@ccu.umanitoba.ca>
  7. Sender: news@ccu.umanitoba.ca
  8. Nntp-Posting-Host: ccu.umanitoba.ca
  9. Organization: University of Manitoba, Canada
  10. References: <92232.111937FDBAQ03@cc1.kuleuven.ac.be> <1992Aug19.115751.21252@actrix.gen.nz>
  11. Date: Fri, 21 Aug 1992 01:18:09 GMT
  12. Lines: 34
  13.  
  14. [ Steve Withers and Wim Van Holder discuss the infamous PMV2001 and
  15. its multiple beeping. ]
  16.  
  17. Many people (including myself) have encountered this problem with the
  18. new kernel (rev 6.142 or something similar).  This new kernel was
  19. supposed to fix, among other things, the non-shrinking swap file.  For
  20. some people, it seems to replace it with a non-growing swap file.
  21.  
  22. There are two workarounds for this problem:
  23.  
  24.     1.  Go back to the old kernel.  If you used the installation
  25.             script supplied with the patch, just do the following:
  26.  
  27.         [C:\] ATTRIB -H -S -R OS2KRNL
  28.         [C:\] REN OS2KRNL OS2KRNL.NEW
  29.         [C:\] REN OS2KRNL.OLD OS2KRNL
  30.         [C:\] ATTRIB +H +S +R OS2KRNL
  31.  
  32.          Then, reboot.  It's a good idea to either erase the old
  33.             swapfile (probably called C:\OS2\SYSTEM\SWAPPER.DAT),
  34.             which requires a floppy boot, or move it to another
  35.             place by changing the "SWAPFILE=" statement in your
  36.             "CONFIG.SYS" file.
  37.  
  38.     2.  Make the initial size of your swapfile so big that it'll
  39.             never *have* to grow:
  40.  
  41.         SWAPFILE=C:\OS2\SYSTEM\SWAPPER.DAT 2048 40960
  42.  
  43. It's too bad, because the new kernel seems to fix a lot of monitor
  44. syncing and WIN-OS/2 problems but the PMV2001's are such a significant
  45. problem.
  46.  
  47. Kevin Buhr <buhr@ccu.UManitoba.CA>
  48.