May anyone inform me, the maximum known active user number?
The current process table size (100) is only sufficient for less than 16 users;
each running sshd (inbound), shell, and telnet (outbound).
Besides the process table size, what other parameter should be considered?
BTW, is there currently a "work in progress" program that informs
the memory usage?
regards,
--
Rahmat M. Samik-Ibrahim --- vLSM.org
#define _NR_PROCS 100
I wrote:
> May anyone inform me, the maximum known active user number?
> The current process table size (100) is only sufficient for less than 16 users;
> each running sshd (inbound), shell, and telnet (outbound).
>
> Besides the process table size, what other parameter should be considered?
>
> BTW, is there currently a "work in progress" program that informs
> the memory usage?
--