home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os9 / 1533 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  1.2 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!kientzle
  2. From: kientzle@beirut.berkeley.edu (Tim Kientzle)
  3. Newsgroups: comp.os.os9
  4. Subject: Re: Need ideas on gpp problems
  5. Date: 17 Dec 1992 17:25:08 GMT
  6. Organization: University of California, Berkeley
  7. Lines: 14
  8. Message-ID: <1gqd5kINNdkp@agate.berkeley.edu>
  9. References: <1992Dec4.150851.1@skyler.mavd.honeywell.com>
  10. NNTP-Posting-Host: beirut.berkeley.edu
  11.  
  12. In article <1992Dec4.150851.1@skyler.mavd.honeywell.com> magnuson@skyler.mavd.honeywell.com (Randy Magnuson) writes:
  13. >I just downloaded gcc from cabrales and am having problems with gpp.
  14. >gpp: Can't fork 'cc1plus'.Error #000:237  (E$NoRAM)  No RAM Available.
  15. >According to mfree, I have about 1.5 Mb free RAM.  
  16. >
  17. Memory fragmentation.  I've found that besides the total amount of
  18. free RAM, another relevant statistic is the largest block returned
  19. by "mfree -e".  As someone pointed out, cc1plus is over 800k, so
  20. unless you have an 800k block of free memory, any attempt to run
  21. cc1plus will fail.  Sometimes rebooting and judiciously terminating
  22. programs can give you a big block of contiguous memory.
  23.      GNU software is infamous for their "infinite memory" assumption.
  24.  
  25.                     - Tim Kientzle
  26.