Changeset 97

Show
Ignore:
Timestamp:
07/09/05 08:11:28 (4 years ago)
Author:
jtv
Message:

Rely on defaults in program; comment out config file settings by default

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • swapspace.conf

    r88 r97  
    1818# Swap path: location where swapspace may create and delete swapfiles.  For 
    1919# security reasons this directory must be accessible to root and to root only. 
    20 swappath="/var/lib/swapspace" 
     20#swappath="/var/lib/swapspace" 
    2121 
    2222# Lower free-space threshold: if the percentage of free space drops below this 
    2323# number, additional swapspace is allocated 
    24 lower_freelimit=20 
     24#lower_freelimit=20 
    2525 
    2626# Upper free-space threshold: if the percentage of free space exceeds this 
    2727# number, swapspace will attempt to free up swapspace 
    28 upper_freelimit=60 
     28#upper_freelimit=60 
    2929 
    3030# Percentage of free space swapspace should aim for when adding swapspace.  This 
    3131# should fall somewhere between lower_freelimit and upper_freelimit. 
    32 freetarget=30 
     32#freetarget=30 
    3333 
    3434# Smallest allowed size for individual swapfiles 
    35 min_swapsize=4m 
     35#min_swapsize=4m 
    3636 
    3737# Greatest allowed size for individual swapfiles 
    38 max_swapsize=2t 
     38#max_swapsize=2t 
    3939 
    4040# Duration (roughly in seconds) of the moratorium on swap allocation that is 
     
    4242# successfully allocated before swapspace will consider deallocating swap space 
    4343# again.  The default cooldown period is about 10 minutes. 
    44 cooldown=600 
     44#cooldown=600 
    4545