home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / admin / 6159 < prev    next >
Encoding:
Text File  |  1992-11-12  |  942 b   |  30 lines

  1. Newsgroups: comp.unix.admin
  2. Path: sparky!uunet!mcsun!ub4b!news.cs.kuleuven.ac.be!blekul11!frmop11!evalun11!power.ci.uv.es!uji-news!navarro
  3. From: navarro@vents.uji.es (Enrique Navarro Sanchis)
  4. Subject: Stop and restart a process
  5. Message-ID: <1992Nov11.132259.9706@vents.uji.es>
  6. Date: Wed, 11 Nov 1992 13:22:59 GMT
  7. Organization: Universitat Jaume I . Castello de la Plana (Spain)
  8. X-Newsreader: Tin 1.1 PL4
  9. Lines: 19
  10.  
  11.  
  12.  
  13. Hello:
  14.     I have a question (is it in a FAQ?):
  15.  
  16.     I have running a proces witch get much memory
  17.     (i.e. 30 MB as Resident Size).
  18.     I want to stop it (with a kill -24 ?) and I want
  19.     it to free the memory.
  20.     When I kill -24 (STOP SIGNAL) a process it continues
  21.     using the same memory.
  22.     What I want is this process SWAP OUT and FREE
  23.     the MEMORY to use by other processes,and at the same
  24.     time I can later restart the process using a kill -26.
  25.     Is it possible ?
  26.     Or, is there another way to do this?
  27.  
  28. Thanks for your help in advance.
  29.  
  30.