Index: sources/storage/StorageGlobals.cpp =================================================================== diff -u -r202d42b05e2c2924ea56e2063c5a9726d736bd9d -r25a12a9599c802d96ff5446a5ad80ddc30987ff9 --- sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 202d42b05e2c2924ea56e2063c5a9726d736bd9d) +++ sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 25a12a9599c802d96ff5446a5ad80ddc30987ff9) @@ -69,7 +69,7 @@ // therefore the Txr shall not use more than 75% to leave the 25 for settings. // when reaches that percent will be deleted to get total usage of 50% // 50% percent of 32MB is 16MB which is enough to keep 10K (estimated each txr are 4K rounded to 5K and doubled.) of ~1600 files. - const short Txr_Min_Available_Total_Space_Percent = 25; // min space needed for settings by the current definitions. + const short Txr_Min_Available_Total_Space_Percent = 20; // min space needed for settings by the current definitions. const short Txr_Max_Allowable_Trtmt_Space_Percent = 50; // the treatment files are moved to the encrypted partition. short Txr_Min_Available_Total_Space_IsLow(short vPercent) { return vPercent < Txr_Min_Available_Total_Space_Percent; }