カーネルコマンドライン(で見ることができます)を使用してLinuxカーネルsysctl
設定(通常はで設定)を指定できますか?/etc/sysctl.d
/proc/cmdline
(grub
設定ファイル/etc/default/grub
変数を使用してくださいGRUB_CMDLINE_LINUX="..."
。)
ベストアンサー1
Sysctlパラメータは次のように設定できます。カーネルコマンドラインカーネルバージョンから始める5.8、ありがとう、Vladimir Babkaに行ったことがありますか?スース出身。
sysctl.*= [KNL]
Set a sysctl parameter, right before loading the init
process, as if the value was written to the respective
/proc/sys/... file. Both '.' and '/' are recognized as
separators. Unrecognized parameters and invalid values
are reported in the kernel log. Sysctls registered
later by a loaded module cannot be set this way.
Example: sysctl.vm.swappiness=40