home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / os2 / programm / 7211 < prev    next >
Encoding:
Text File  |  1992-12-27  |  1007 b   |  24 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!gatech!darwin.sura.net!zaphod.mps.ohio-state.edu!cs.utexas.edu!torn!skule.ecf!malone
  3. From: malone@ecf.toronto.edu (MALONE MATTHEW JAMES)
  4. Subject: Re: emx/gcc large data structure problem
  5. Message-ID: <Bzy9pp.C8M@ecf.toronto.edu>
  6. Organization: University of Toronto, Engineering Computing Facility
  7. References: <78835@hydra.gatech.EDU>
  8. Date: Mon, 28 Dec 1992 03:29:48 GMT
  9. Lines: 13
  10.  
  11.  
  12. I would like to learn something here so I will state the obvious and
  13. see why I am wrong.  A structure where each element exceeds 64k with
  14. a thousand elements is a 64Meg structure.  It does not seem to me to 
  15. be unusual that OS/2 is trying to allocate a 64Meg slice of virtual
  16. memory which translates into a 64Meg addition to your swapper file.
  17. It seems natural that 20Meg of (free) disk space is not enough.  I
  18. to am using emx/gcc 0.8e and though not as ambitious am also using
  19. structures that have large elements and many elements in the structure.
  20. Is this right?
  21.  
  22. Matt
  23.  
  24.