home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / mswindo / setup / 2849 < prev    next >
Encoding:
Text File  |  1993-01-23  |  1.9 KB  |  44 lines

  1. Newsgroups: comp.os.ms-windows.setup
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewsc!cbfsb!cbnewsg.cb.att.com!rnichols
  3. From: rnichols@cbnewsg.cb.att.com (robert.k.nichols)
  4. Subject: Re: Virtual Memory Setup
  5. Message-ID: <1993Jan22.204807.2637@cbfsb.cb.att.com>
  6. Sender: news@cbfsb.cb.att.com
  7. Organization: AT&T
  8. References: <1993Jan22.033537.19302@rock.concert.net>
  9. Date: Fri, 22 Jan 1993 20:48:07 GMT
  10. Lines: 32
  11.  
  12. In article <1993Jan22.033537.19302@rock.concert.net> toddwall@rock.concert.net (R. Todd Wall -- Catholic Diocese of Raleigh -- Computer Services) writes:
  13. >
  14. >    I have Windows 3.1 running on a 386-25 w/ 2 megs of RAM.  When I run
  15. >windows it creates approximately 2 megs of virtual memory.  The manual says
  16. >I can set up to 7 megs of virtual memory, but it won't let me.  Why???
  17. >
  18. >    Oh, one more thing.  I'm running QEMM 6.0....
  19.  
  20. Two things come to mind.
  21.  
  22. 1.  A permanent swap file needs CONTIGUOUS space on the disk.  You may
  23.     need to defragment your free space.  (This does not apply to
  24.     temporary swap files.)
  25.  
  26. 2.  On a machine with limited memory, Windows will not create a large
  27.     virtual address space without prodding.  In the [386enh] section of
  28.     SYSTEM.INI, add (or change) the parameter: "PageOverCommit=nn".
  29.     This specifies a factor by which the amount of available physical
  30.     memory will be multiplied to determine the size of the virtual
  31.     address space.  The default value is 4.  (The Windows Resource Kit
  32.     claims that the available memory size is rounded up to a multiple
  33.     of 4 MB before being multiplied.  I have observed behavior that
  34.     appears to contradict this claim.)
  35.  
  36. On a 2MB machine, #2 is probably your problem.  You can force Windows
  37. to create more virtual memory, but your machine will really crawl.
  38. Most prople consider 4MB of physical memory the minimum necessary to do
  39. anything useful under Windows.
  40.  
  41. Bob Nichols
  42. AT&T Bell Laboratories
  43. rnichols@ihlpm.ih.att.com
  44.