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

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

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

php - Get uncommon values from two or more arrays -