home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 3010 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  1.7 KB

  1. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!mojo.eng.umd.edu!mimsy!jds
  2. From: jds@cs.umd.edu (James da Silva)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: NFS patch ==> 'panic: kmem-malloc: kmem-map too small'
  5. Summary: bump MAX_KMAPENT to 1000 in /sys/vm/vm_map.h
  6. Message-ID: <59265@mimsy.umd.edu>
  7. Date: 28 Jul 92 03:39:10 GMT
  8. References: <l74il5INN20p@neuro.usc.edu>
  9. Sender: news@mimsy.umd.edu
  10. Organization: University of Maryland, Department of Computer Science
  11. Lines: 29
  12.  
  13. In article <l74il5INN20p@neuro.usc.edu> merlin@neuro.usc.edu (merlin) writes:
  14. >Well, for reading directories and a few small files the recently posted
  15. >patch to originate NFS mounts and NFS requests from a privileged port
  16. >worked quite well.  
  17.  
  18. If you are referring to Rob Fristrom's NFS reserved-port patch, I'm glad to
  19. hear that it works under 386BSD; we had only tried it under BSDI.
  20.  
  21. >However, when I mounted a SUN disk on my 386BSD box
  22. >as follows:
  23. >  [...]
  24. >and then pressed the system quite hard:
  25.       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  26. >  [...]
  27. >the kernel panics with 'panic: kmem-malloc: kmem-map too small' after
  28. >only about half a megabyte is transferred.  
  29. >
  30. > [...]
  31. >Does anyone have any insight into or fix for this problem?
  32.  
  33. I don't think this is related to the NFS patch.  Bill posted about this
  34. problem last week.  A kernel table is sized too small for active machines
  35. with large (12MB or more) memory.  Try modifying the value of MAX_KMAPENT
  36. in /sys/vm/vm_map.h from 500 to 1000.  It worked for me.
  37.  
  38. Jaime
  39. ............................................................................
  40. : Stand on my shoulders, : jds@cs.umd.edu  :              James da Silva
  41. : not on my toes.     : uunet!mimsy!jds : Systems Design & Analysis Group
  42.