Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果 Linux 操作系统用完进程 ID 会怎样?是否会删除较旧的进程以释放空间以适应未来的请求?
我假设您在问达到进程限制时会发生什么。在这种情况下,系统不允许创建新进程,直到现有进程退出并被清理。这意味着没有人可以登录,系统基本上无法使用。