CryoByte33 / steam-deck-utilities

A utility to improve performance and help manage storage on Steam Deck.
GNU General Public License v3.0
3.2k stars 79 forks source link

[Improvements] Implement emergency recovery mode for swapfile. #97

Closed CryoByte33 closed 1 year ago

CryoByte33 commented 1 year ago

If the swap resize is stopped in the middle of resizing, the swap file will be invalid and cause crashes on further attempts. Add an "emergency recovery" into CU to facilitate the creation of a new swap file.

CryoByte33 commented 1 year ago

Recommended implementation:

Check for swap size on launch.

CryoByte33 commented 1 year ago

This should be fixed with #100