You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kernel.pid_max cannot be set to a value greater than PAGE_SIZE * 8 (usually 32768) in a Linux kernel with CONFIG_BASE_SMALL=1 enabled. So systemd will complain about invalid argument with larger values.
On 64-bit architectures, the default value of kernel.pid_max is 4194304, which is quite large and definitely enough. Limiting the value doesn't help either.
In other cases, the default value of kernel.pid_max is 32768, so there may be some room for optimization on 32-bit architectures.
Enabling net.ipv4.tcp_tw_recycle is harmful and the option is removed from Linux 4.12.
net.ipv6.conf.xxx.rp_filter has never appeared in the Linux kernel. It was never implemented. However there are replacements in ip6tables/nft.
Steps to reproduce
Not relevant
Update channel(s)
stable
Package and version
aosc-aaa 11.5.2
should affect Retro/Afterglow too.
The text was updated successfully, but these errors were encountered:
lunzima
added a commit
to lunzima/aosc-os-abbs
that referenced
this issue
Sep 19, 2024
Bug description
kernel.pid_max cannot be set to a value greater than PAGE_SIZE * 8 (usually 32768) in a Linux kernel with CONFIG_BASE_SMALL=1 enabled. So systemd will complain about invalid argument with larger values.
On 64-bit architectures, the default value of kernel.pid_max is 4194304, which is quite large and definitely enough. Limiting the value doesn't help either.
In other cases, the default value of kernel.pid_max is 32768, so there may be some room for optimization on 32-bit architectures.
Enabling net.ipv4.tcp_tw_recycle is harmful and the option is removed from Linux 4.12.
net.ipv6.conf.xxx.rp_filter has never appeared in the Linux kernel. It was never implemented. However there are replacements in ip6tables/nft.
Steps to reproduce
Not relevant
Update channel(s)
stable
Package and version
The text was updated successfully, but these errors were encountered: