简体   繁体   中英

maximum number of process in linux with paging

I heard that maximum number of process(tasks) in linux is calculated with

"number of threads = total virtual memory / (stack size*1024*1024)"

however, I am curious that since page tables can not be paged out

and every process needs it's own page tables(including page directory)

I think this can be a factor to limit number of process in OS.

am I correct or wrong?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM