home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / sysv386 / 14058 < prev    next >
Encoding:
Internet Message Format  |  1992-09-07  |  1.6 KB

  1. Path: sparky!uunet!cs.utexas.edu!rutgers!micro-heart-of-gold.mit.edu!bu.edu!transfer!jerome.az.stratus.com
  2. From: dtri@jerome.az.stratus.com (Dave Trinidad)
  3. Newsgroups: comp.unix.sysv386
  4. Subject: Re: No more processes ?  It's a lie !
  5. Keywords: VM,swap,memory,no process
  6. Message-ID: <6194@transfer.stratus.com>
  7. Date: 5 Sep 92 01:34:19 GMT
  8. References: <DOUGM.92Sep4151046@boulder.Central.Sun.COM>
  9. Sender: usenet@transfer.stratus.com
  10. Reply-To: dtri@jerome.az.stratus.com (Dave Trinidad)
  11. Lines: 26
  12.  
  13. In article <DOUGM.92Sep4151046@boulder.Central.Sun.COM>  
  14. dougm@boulder.Central.Sun.COM (Doug McCallum) writes:
  15. > The "poll()" call can return EAGAIN but it has nothing to do with
  16. > number of processes.  The EAGAIN error return was extended
  17. > (overloaded) to mean that you should try the poll call again.  Many
  18. > applications do not do that and assume that it is a fatal error.  
  19.  
  20. I would also start looking at a memory leak ....No more process
  21. is an error that stems from the lack of vm (virtual memory) and comes
  22. from swap being maxed out so exec cant pre-swap static data.
  23.  
  24. The last time I have seen this behavior a C++ program with a memory manager
  25. problem ate up 256 MB of swap and 128 MB of main memory.....
  26.  
  27. ---
  28. *********************************************
  29. David R. Trinidad    #include <disclaimer.h>
  30. Stratus Computer Systems    (602) 852-3135
  31. 4455 East Camelback RD. #115A    UNIX is a way of life ...
  32. Phoenix AZ. 85018
  33. Internet:
  34. david_trinidad@az.stratus.com    PHX Telecom CAC
  35. .the UNIX user said:
  36.     rm a *
  37. And all was without form and void .....        
  38. ********************************************        
  39.