If this isn't exactly what you wanted, please try our Search (there's a LOT of techy and non-techy stuff here about Linux, Unix, Mac OS X and just computers in general!):
From: Bela Lubkin <belal@caldera.com>
Subject: Re: unix sco -swap area
Date: Fri, 11 Oct 2002 09:10:45 GMT
References: <ZVMa9.6295$4O6.673687672@newssvr13.news.prodigy.com>
"corrlens" wrote:
> If my system swapped , Once I know I don't have anymore proceses with high
> memory consumption , how do I tell the OS to stop swapping and use the
> memory instead ?
If plenty of free memory is available, it will stop writing new stuff to
swap. Old pages out on swap will stay there until accessed, until their
processes die, or until the swap area is deleted. If there's enough
memory then you can delete swap:
# swap -d /dev/swap
After a suitable amount of time (all paged-out pages have to be read
in), `swap -l` will show it gone. You can then re-add it,
# swap -a /dev/swap
If you have other swap areas then this will be more complex. Also if
you're using an offset, you'll need to specify it in both -d and -a
commands. I don't know what people would be using a swap offset for in
2002, but who knows...
>Bela<
Enter your email address for automatic notification of new posts here
(be sure to whitelist 'feedburner.com' if you use spam filtering)
| Views for this page | ||||
|---|---|---|---|---|
| Today | This Week | This Month | This Year | Overall |
| 1 | 4 | 11 | 147 | 1,150 |
/Bofcusm/1650.html copyright 1997-2004 Bela Lubkin All Rights Reserved
Have you tried Searching this site?
Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.
Add your comments