你确定Debian 64是32768?
root@damson:~# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
root@damson:~# sysctl kernel.pid_max
kernel.pid_max = 4194304
【 在 acliche (acliche) 的大作中提到: 】
: kali linux系统下ps aux,发现有些进程pid值特别大,大到539945这样,原来使用ps aux发现pid一般也就到1万多。搜索了一下,得知pid的最大值在保存在/proc/sys/kernel/pid_max,kali这个值为4194304,是64位系统的最大值,32位系统最大值为32768。但是debian 64位系统就
--
FROM 125.119.232.*