home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5608 < prev    next >
Encoding:
Text File  |  1992-09-12  |  1.5 KB  |  38 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!psgrain!hippo!ccml
  3. From: ccml@hippo.ru.ac.za (Mike Lawrie)
  4. Subject: Re: 8Mb stability patches DESPERATELY needed!
  5. Message-ID: <1992Sep12.192840.1933@hippo.ru.ac.za>
  6. Organization: Rhodes University, Grahamstown, South Africa
  7. References: <1992Sep8.062725.9038@marlin.jcu.edu.au> <18ip3rINNg2m@agate.berkeley.edu>
  8. Date: Sat, 12 Sep 1992 19:28:40 GMT
  9. Lines: 27
  10.  
  11. In <18ip3rINNg2m@agate.berkeley.edu> wjolitz@soda.berkeley.edu (William F. Jolitz) writes:
  12.  
  13. >In article <1992Sep8.062725.9038@marlin.jcu.edu.au> cejjb@marlin.jcu.edu.au (Jeffrey J Bird) writes:
  14. >>I am in very desparate need of the patches that stop 386BSD 0.1
  15. >>freezing when there is more than 8Mb of memory in the machine.
  16.  
  17. >This is a buffer cache problem, dealing with fragmentation of an internal
  18. >resource. The fix for this, the "panic kmem" problem, and the resulting
  19. >instability are to insert the following line before line 171 ("if(nbuf==0)..")
  20. >of machdep.c:
  21.  
  22. >    bufpages = min (NKMEMCLUSTERS/2, bugpages);     /* XXX */
  23.  
  24. >The real solution to this and other problems is related to 0.2 new work.
  25.  
  26. Even with /bugpages/bufpages as in a kernel patch from somewhere, my 8Mb
  27. 386 still hangs when it is very busy (eg executing make in
  28. /usr/othersrc/share).
  29.  
  30. Anyone else with a fix or a pointer in the right direction?
  31.  
  32. Mike
  33. -- 
  34. Mike Lawrie                                    <ccml@hippo.ru.ac.za>
  35. Director, Computing Services                   ph +27 461 22023 x 279
  36. Rhodes University, Drostdy Rd                  fx +27 461 25049
  37. Grahamstown 6140, South Africa
  38.