home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / wizards / 4719 < prev    next >
Encoding:
Internet Message Format  |  1992-11-16  |  2.5 KB

  1. Path: sparky!uunet!dtix!mimsy!afterlife!adm!news
  2. From: postmaster@tintin.csl.sni.be
  3. Newsgroups: comp.unix.wizards
  4. Subject: smtp mail warning
  5. Message-ID: <34095@adm.brl.mil>
  6. Date: 16 Nov 92 05:14:01 GMT
  7. Sender: news@adm.brl.mil
  8. Lines: 53
  9.  
  10. Your mail to magellan is not yet delivered.
  11. Delivery attempts continue.
  12. ---------- diagnosis ----------
  13. ---------- unsent mail ----------
  14. From UNIX-WIZARDS Tue Sep  8 15:15:10 EST 1992 remote from BRL.MIL remote from tintin
  15. Received: from BRL.MIL by tintin.csl.sni.be; Fri, 13 Nov 1992 22:29 MET
  16. Received: by snibru.uucp (/\==/\ Smail3.1.25.1 #25.4)
  17.     id <m0mq7Ws-0000myC@snibru.uucp>; Fri, 13 Nov 92 21:22 MEZ
  18. Received: from vm1.NoDak.edu by ub4b.buug.be (5.65c/ub4b_02)
  19.     id AA24661; Fri, 13 Nov 1992 22:22:13 +0100
  20. Received: from NDSUVM1.BITNET by VM1.NoDak.EDU (IBM VM SMTP V2R2)
  21.    with BSMTP id 3054; Fri, 13 Nov 92 15:21:04 CST
  22. Received: from NDSUVM1.BITNET by NDSUVM1.BITNET (Mailer R2.07) with BSMTP id
  23.  9942; Fri, 13 Nov 92 15:21:02 CST
  24. Message-Id: <199211132122.AA24661@ub4b.buug.be>
  25. Date:         Tue, 8 Sep 1992 15:15:10 EST
  26. Reply-To: UNIX-WIZARDS@BRL.MIL
  27. Sender: Unix-Wizards Mailing List <UNIX-WIZ@VM1.NoDak.EDU>
  28. From: "The Moderator (Mike Muuss)" <Unix-Wizards-Request@BRL.MIL>
  29. Subject:      UNIX-WIZARDS Digest  V16#003
  30. X-To:         UNIX-WIZARDS@BRL.MIL
  31. To: Multiple recipients of list UNIX-WIZ <UNIX-WIZ@VM1.NoDak.EDU>
  32. Content-Type: text
  33. Content-Length: 2577
  34.  
  35. UNIX-WIZARDS Digest          Tue, 08 Sep 1992              V16#003
  36.  
  37. Today's Topics:
  38.                     Reducing "reserved" swap space?
  39.               Any books on Lightweight processes on Unix?.
  40.  
  41. -----------------------------------------------------------------
  42.  
  43. From: David Kaelbling <drk@twinkie.rational.com>
  44. Subject: Reducing "reserved" swap space?
  45. Keywords: SunOS, shared libraries, swap
  46. Date: 7 Sep 92 17:44:23 GMT
  47. Sender: news@rational.com
  48. Followup-To: poster
  49. To:       unix-wizards@sem.brl.mil
  50.  
  51.  
  52. Can anybody explain what exactly determines the "reserved" swap space
  53. allocated by a program, and how I can reduce this number?
  54.  
  55. I have a large application (running on Sun-4's under SunOS 4.1.x), and
  56. want to have several copies of the application running concurrently.
  57. Currently the swap space requirements are a major obstacle.  According
  58. to "pstat -s" each copy of the application allocates 1.5Mb of swap and
  59. reserves 9.4Mb.  Purify reports that the heap is around 3.5 Mb.  To
  60. the untrained eye it appears that swap space is reserved for the
  61. entire text segment (size reports 6430kb text, 876kb data, 29kb bss),
  62. but never used.  How can I eliminate or amortize this waste?
  63.