Max. # of processes running at once?

Hi,

is there a hard limit on the number of processes that can be running at the same time in QNX 6.3? Is it just a matter of memory? Also, what about a single processes, is there a limit on the number of threads it can have at once?

Thanks.

I found what I was looking for:

“Processes: A maximum of 4095 active at any time; on ARM platforms, the limit is 63 processes.”

Number of threads: 32767

Number of channels: 32767

Number of timers: 32767

Thanks.