Skip to content
Compare
Choose a tag to compare
@chickendrop89 chickendrop89 released this 02 Dec 18:26
8b7b195

Release 2.2

magisk-swapspace by chickendrop89 ⓒ GPLv3 license
usage: magiskswap <COMMAND> <VALUE> [OPTIONAL]

create <size: GB> [priority] [preserve]
  - Creates swapfile and swaps-on
    (?) [preserve] option enables the previously disabled swapfile

remove [preserve]
  - Permanently swaps-off and deletes swapfile
    (?) [preserve] option only disables it

status [swapon] [swapoff]
  - Prints swapfile size and status

swappiness <0-200> [show] [reset]
  - Controls how agressively Linux swaps anonymous memory

vfs-cache-pressure <1-∞> [show] [reset] 
  - Controls the tendency of the kernel to reclaim the memory

(?) These commands are presistent across reboots (?)

Changelog

  • Use better way of checking if boot completed
  • Sped up the installation a bit
  • Future-proof for newer magisk versions
  • Add support for MMRL repo.json
⚠️ This version is deprecating older superuser managers (Magisk: 26) (KSU: 0.9.3) ⚠️

GitHub Releases SourceForge