From owner-freebsd-questions@FreeBSD.ORG Tue Aug 19 18:53:05 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 589FA16A4BF for ; Tue, 19 Aug 2003 18:53:05 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E13643FAF for ; Tue, 19 Aug 2003 18:53:04 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h7K1qvsO014471; Tue, 19 Aug 2003 20:52:57 -0500 (CDT) (envelope-from dan) Date: Tue, 19 Aug 2003 20:52:57 -0500 From: Dan Nelson To: Mark Message-ID: <20030820015257.GB67067@dan.emsphone.com> References: <200308200104.H7K14TSL055500@asarian-host.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200308200104.H7K14TSL055500@asarian-host.net> X-OS: FreeBSD 5.1-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: Swappng in? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2003 01:53:05 -0000 In the last episode (Aug 20), Mark said: > Is there a way to swap a program back in, after it has been swapped > out? (FreeBSD 4.7R). > > I had a rather huge task, and now my ps shows entries like: > > ... 948 0 v2 IWs+ - 0:00.00 /usr/libexec/getty Pc ttyv2 > > I'd like to have it swapped back in, please. :) I read somewhere that > if the memory strain has subsided, it would automatically be swapped > in again. I do not see that happen automagically, though. For that particular line, hit Enter on ttyv2 to get part of the process swapped back in. There's no reason for the system to swap processes back in until the process is woken up by an external event that it's waiting for. -- Dan Nelson dnelson@allantgroup.com