This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
プロセス数は RAM のサイズによって制限されますか? ここで次のような記事を見ました: In 2.3.x, it (number of processes) is a tunable parameter that defaults to size-of-memory-in-the-system / kernel-stack-size . また、Linux ではスタック サイズが 8KB であるため、プロセス数 = カーネル内のスタック サイズの合計 / 8KBと言えますか?