Re: [aclug-L] Virtual Memory Exhausted
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
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.
|
|