linux - Is the number of processes limited by the size of RAM? -


is number of processes limited size of ram? saw article here said: in 2.3.x, (number of processes) tunable parameter defaults size-of-memory-in-the-system / kernel-stack-size. , since stack size 8kb in linux, can number-of-processes = total-stack-size-in-kernel / 8kb ?

the number of processes dependent on amount of ram, think it's processor , number of cores has determines how each process performs.


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -