generated from archlinux/template
config: Disable ZSWAP_DEFAULT_ON
Seems to cause stuttering and excessive swapping. See: https://github.com/zen-kernel/zen-kernel/issues/356
This commit is contained in:
4
config
4
config
@@ -1104,7 +1104,7 @@ CONFIG_COREDUMP=y
|
||||
CONFIG_ZPOOL=y
|
||||
CONFIG_SWAP=y
|
||||
CONFIG_ZSWAP=y
|
||||
CONFIG_ZSWAP_DEFAULT_ON=y
|
||||
# CONFIG_ZSWAP_DEFAULT_ON is not set
|
||||
CONFIG_ZSWAP_SHRINKER_DEFAULT_ON=y
|
||||
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_DEFLATE is not set
|
||||
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO is not set
|
||||
@@ -1117,7 +1117,7 @@ CONFIG_ZSWAP_COMPRESSOR_DEFAULT="zstd"
|
||||
# CONFIG_ZSWAP_ZPOOL_DEFAULT_Z3FOLD_DEPRECATED is not set
|
||||
CONFIG_ZSWAP_ZPOOL_DEFAULT_ZSMALLOC=y
|
||||
CONFIG_ZSWAP_ZPOOL_DEFAULT="zsmalloc"
|
||||
CONFIG_ZBUD=y
|
||||
CONFIG_ZBUD=m
|
||||
# CONFIG_Z3FOLD_DEPRECATED is not set
|
||||
CONFIG_HAVE_ZSMALLOC=y
|
||||
CONFIG_ZSMALLOC=y
|
||||
|
||||
Reference in New Issue
Block a user