Sponsored Content
Full Discussion: ConservativeSwapfileUsage=1
Top Forums UNIX for Dummies Questions & Answers ConservativeSwapfileUsage=1 Post 64296 by Neo on Tuesday 1st of March 2005 12:39:46 AM
Old 03-01-2005
Setting up 1GB swap space is not going to help when you have 128MB of RAM, and if the kernel somehow could use that much swap, it would be very slow paging in-and-out.

As Dangrel said, you need RAM.

and for 128MB RAM, I advise 256MB of swap space, or less (prefer less).

Read this:

http://howtos.linux.com/guides/sag/s...location.shtml

... for more info.
 
SWAPON(8)						      System Manager's Manual							 SWAPON(8)

NAME
swapon - specify additional device for paging and swapping SYNOPSIS
swapon -a swapon name ... DESCRIPTION
Swapon is used to specify additional devices on which paging and swapping are to take place. The system begins by swapping and paging on only a single device so that only one disk is required at bootstrap time. Calls to swapon normally occur in the system multi-user initial- ization file /etc/rc making all swap devices available, so that the paging and swapping activity is interleaved across several devices. Normally, the -a argument is given, causing all devices marked as ``sw'' swap devices in /etc/fstab to be made available. The second form gives individual block devices as given in the system swap configuration table. The call makes only this space available to the system for swap allocation. SEE ALSO
swapon(2), init(8) FILES
/dev/[ru][pk]?b normal paging devices BUGS
There is no way to stop paging and swapping on a device. It is therefore not possible to make use of devices which may be dismounted dur- ing system operation. swapon is not implemented in 2.11BSD. 4th Berkeley Distribution November 17, 1996 SWAPON(8)
All times are GMT -4. The time now is 05:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy