mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
change SMALL_FLASH swap settings
This commit is contained in:
parent
46e06f4fe3
commit
ed2b457b47
@ -31,7 +31,7 @@ config KERNEL_CRASHLOG
|
|||||||
|
|
||||||
config KERNEL_SWAP
|
config KERNEL_SWAP
|
||||||
bool "Support for paging of anonymous memory (swap)"
|
bool "Support for paging of anonymous memory (swap)"
|
||||||
default y
|
default y if !SMALL_FLASH
|
||||||
|
|
||||||
config KERNEL_DEBUG_FS
|
config KERNEL_DEBUG_FS
|
||||||
bool "Compile the kernel with debug filesystem enabled"
|
bool "Compile the kernel with debug filesystem enabled"
|
||||||
|
@ -35,19 +35,19 @@ msgid "ZRam Settings"
|
|||||||
msgstr "ZRam 设置"
|
msgstr "ZRam 设置"
|
||||||
|
|
||||||
msgid "ZRam Compression Algorithm"
|
msgid "ZRam Compression Algorithm"
|
||||||
msgstr "ZRAM压缩算法(推荐LZ4)"
|
msgstr "ZRAM压缩算法"
|
||||||
|
|
||||||
msgid "ZRam Compression Streams"
|
msgid "ZRam Compression Streams"
|
||||||
msgstr "ZRam 压缩数据流线程"
|
msgstr "ZRam 压缩数据流线程数"
|
||||||
|
|
||||||
msgid "ZRam Size"
|
msgid "ZRam Size"
|
||||||
msgstr "ZRam 大小"
|
msgstr "ZRam 大小"
|
||||||
|
|
||||||
msgid "Size of the ZRam device in megabytes"
|
msgid "Size of the ZRam device in megabytes"
|
||||||
msgstr "划分给ZRam 分区的内存大小(MB)"
|
msgstr "划分给ZRam 分区的内存大小(MB),推荐留空由系统自动管理"
|
||||||
|
|
||||||
msgid "Number of parallel threads used for compression"
|
msgid "Number of parallel threads used for compression"
|
||||||
msgstr "用于压缩的CPU并发线程数(推荐和CPU线程数一致)"
|
msgstr "用于压缩内存数据的CPU并发线程数"
|
||||||
|
|
||||||
msgid "Swap"
|
msgid "Swap"
|
||||||
msgstr "虚拟内存"
|
msgstr "虚拟内存"
|
||||||
|
Loading…
Reference in New Issue
Block a user