Changeset 87

Show
Ignore:
Timestamp:
07/01/05 08:58:17 (4 years ago)
Author:
jtv
Message:

Updated defaults to reflect settings in default config file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/swaps.c

    r85 r87  
    6262 
    6363/// Smallest allowed swapfile size 
    64 static memsize_t min_swapsize = TRUNC_TO_PAGE(12*PAGE_SIZE); 
     64static memsize_t min_swapsize = TRUNC_TO_PAGE(4*MEGA); 
    6565/// Largest allowed swapfile size 
    6666/** Don't set this too low.  The program will learn if it runs into file size 
    6767 * limits. 
    6868 */ 
    69 static memsize_t max_swapsize = TRUNC_TO_PAGE(TERA); 
     69static memsize_t max_swapsize = TRUNC_TO_PAGE(2*TERA); 
    7070 
    7171