mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
15 lines
455 B
Plaintext
15 lines
455 B
Plaintext
![]() |
# Specifies amount of zram devices to create.
|
||
|
# By default, zramswap-start will use all available cores.
|
||
|
#CORES=1
|
||
|
|
||
|
# Specifies the amount of RAM that should be used for zram
|
||
|
# based on a percentage the total amount of available memory
|
||
|
PERCENTAGE=60
|
||
|
|
||
|
# Specifies a static amount of RAM that should be used for
|
||
|
# the ZRAM devices, this is in MiB
|
||
|
#ALLOCATION=256
|
||
|
|
||
|
# Specifies the priority for the swap devices, see swapon(2)
|
||
|
# for more details.
|
||
|
#PRIORITY=100
|