Index: sources/storage/StorageGlobals.cpp =================================================================== diff -u -rc2ed4667b513c51c5ee31566c15d2cf5a042ed61 -ra76eeb1808fb6012897a86d2d7f318dda85773b4 --- sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision c2ed4667b513c51c5ee31566c15d2cf5a042ed61) +++ sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision a76eeb1808fb6012897a86d2d7f318dda85773b4) @@ -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; }