home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9224 < prev    next >
Encoding:
Text File  |  1992-08-27  |  2.4 KB  |  51 lines

  1. Organization: Freshman, Physics, Carnegie Mellon, Pittsburgh, PA
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!fl0p+
  3. Newsgroups: comp.os.linux
  4. Message-ID: <MebGaou00Vp=EHMFNy@andrew.cmu.edu>
  5. Date: Thu, 27 Aug 1992 15:15:00 -0400 
  6. From: Frank T Lofaro <fl0p+@andrew.cmu.edu>
  7. Subject: Re: Up and Running linux
  8. In-Reply-To: <1992Aug26.175330.17630@pool.info.sunyit.edu>
  9. References: <BtK3Ft.JFM@mentor.cc.purdue.edu> <trussell.714780309@cwis>
  10.     <1992Aug26.175330.17630@pool.info.sunyit.edu>
  11. Distribution: usa
  12. Lines: 37
  13.  
  14. Excerpts from comp.os.linux (USENET): 26-Aug-92 Re: Up and Running linux
  15.  ujlh@pool.info.sunyit.edu (James Henrickson) (2551)
  16.  
  17. >It is not a pretty sight.  I just installed Linux on a second machine, a
  18. >386SX-25 with 2 MB of RAM.  I have 880K free after the kernel is loaded,
  19. >and bash takes a huge chunk of that.  I can run kermit but not shell out
  20. >very often because I usually get a lot of "out of memory" errors.  (Swapping
  21. >doesn't seem to eliminate these error messages, maybe my "working set" is
  22. >too big to fit in 880K.)  When I *AM* able to run a command from within 
  23. >kermit, it is S-L-O-W.
  24.  
  25.     Unless my understanding of VM is severly flawed (I hope not), having
  26. very low physical memory should *NOT* cause errors (as long as the
  27. kernel fits in memory, but it does, since it boots), as long as physical
  28. memory+swap space is sufficient and swapping is on. You should even be
  29. able to run a program that in and of itself is larger than all of the
  30. available physical memory. This assumes that VM on your setup and on
  31. Linux in general is working right (and that I'm not confused about VM :)
  32.  
  33. A couple of questions:
  34.  
  35. 1. Are you sure you have enough swap space on disk?
  36. 2. Did you properly set up the swap partition (set partition id to swap,
  37. mkswap) or swap file (using mkswap)?
  38. 3. Did you remember to enable swapping (using swapon) in /etc/rc or on
  39. the command line?
  40.  
  41. If the answers to these are all yes:
  42.  
  43. 4. Are you using a SCSI disk? (I heard there were problems with SCSI and
  44. VM, but I could be off-base here).
  45.  
  46. I'd like to know for myself: Is there any difference, as far as a user
  47. should be concerned, between swap and physical memory, other than
  48. performance, and assuming that swapping is enabled? Do some programs
  49. *need* a certain amount of real, physical memory?
  50.  
  51.