mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-22 00:07:26 +01:00
11 lines
315 B
Text
11 lines
315 B
Text
# /etc/init.d/pentoo-zram
|
|
|
|
# ZRAM creates a virtual swap device in RAM
|
|
# the data is compressed approximately 3x
|
|
# defaults to ZRAM_PERCENT=17 if nothing is set
|
|
|
|
# How large should zram be as a percentage of ram
|
|
#ZRAM_PERCENT="17"
|
|
|
|
# How large should zram swap be? (overrides ZRAM_PERCENTAGE)
|
|
#ZRAM_ABSOLUTE="128M"
|