Changeset 90

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

Test showed mostly good results, but "diet" doesn't work yet

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • README

    r60 r90  
    4242The swapspace daemon has been in production use for several months on various 
    434332-bit architectures before it was first released to the public, and has been 
    44 tested with swapfiles larger than can be addressed in 32 bits. 
     44tested with swapfiles larger than can be addressed in 32 bits.  Some statistics 
     45for one test on a 32-bit PC with one gigabyte of memory: 
     46 
     47        Number of swapfiles     25 
     48        Largest swapfile        >5 GB 
     49        Total swap allocated    44 GB 
    4550 
    4651 
  • TODO

    r81 r90  
    1 Output 
    2  - Print version number with help output; add --version option 
    3  - Ensure minimal repetition of error/warning messages 
     1For some reason it seems to be impossible to enter the "diet" state right now. 
     2 
     3After allocating 44 GB in 25 swapfiles of up to 5.8 GB (all decimally rounded 
     4from byte counts, not binary gigabytes) the program keeps attempting to allocate 
     5the same swapfile.  It logs a notice "Allocating swapfile" but the only thing 
     6that follows is a transition to "hungry." 
     7 
     8In one case an "Error writing swapfile" was logged, with the errno of "No space 
     9left on device," but the result was the same.  Except that until this happened, 
     10the program seemed to loop in a state where it was unresponsive to a decrease in 
     11memory requirements.  It should have gone into "overfed" by then, I think. 
     12