Complete.Org: Mailing Lists: Archives: discussion: December 1998:
Re: [aclug-L] Virtual Memory Exhausted
Home

Re: [aclug-L] Virtual Memory Exhausted

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: aclug-L@xxxxxxxxxxxx
Subject: Re: [aclug-L] Virtual Memory Exhausted
From: Bob Deep <bobd@xxxxxxxxxxxx>
Date: Thu, 24 Dec 1998 09:02:25 -0600
Reply-to: aclug-L@xxxxxxxxxxxx

John Alexander wrote:
> 
> Uhh... OK, how do I add swap files, since I don't have any slack space on
> this drive from which I can build another swap partition?
> 

Create a swap file, and swap on that.

See the man page for mkswap for a procedure that makes a swapable file,
formats it for swap and swaps on it.

              # dd if=/dev/zero of=swapfile bs=1024 count=8192
              # mkswap swapfile 8192
              # sync
              # swapon swapfile

Is the section of interast.... It adds about 8 meg of swap...

-= bob =-
---
This is the Air Capital Linux Users Group discussion list.  If you
want to unsubscribe, send the word "unsubscribe" to
aclug-L-request@xxxxxxxxxxxx.  If you want to post to the list, send your
message to aclug-L@xxxxxxxxxxxx.



[Prev in Thread] Current Thread [Next in Thread]