[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Increase maximum amount of threads



On Wednesday 12 January 2005 10:48, Jacob Friis wrote:
> I have a Debian Sarge where I would like to increase the maximum
> amount of threads.
>
> Is there a howto available or would someone explain how this is done?

Kernel threads?

# cat /proc/sys/kernel/threads-max
8183
# echo "10000" > /proc/sys/kernel/threads-max
# cat /proc/sys/kernel/threads-max
10000

See sysctl.conf(5) to make this permanent.

-A



Reply to: