Skip to content

1.1

Compare
Choose a tag to compare
@chickendrop89 chickendrop89 released this 30 Nov 18:49
· 39 commits to master since this release
f1e087a

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 and vfs-cache-pressure
  • Make the usage block more readable