1.1
Release 1.1
- Flash in Magisk 20.4+ or KernelSU 0.6.7+
(magisk-swapspace) by chickendrop89
usage: magiskswap <NAME> <VALUE> [OPTIONAL]
add <SIZE GB> [PRIORITY]
- Creates swapfile and swaps-on
remove - Removes swapfile and swaps-off
status - Prints swapfile size and status
swappiness <1-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
Changelog:
- Add option to
reset
the kernel tunables to unmodified value - Add option to
show
the current and unmodified kernel tunable values - Fix errors when tuning
swappiness
andvfs-cache-pressure
- Make the usage block more readable