ulimit will only increase the number of tasks up to the value of NR_TASKS
in the kernel when it was compiled.  NR_TASKS will have to be modified and
the kernel rebuilt if this is to make any difference.  And even if you try
to recompile, there's a linux-kernel imposed limit of 4000 i believe,
meaning you can't set up NR_TASKS greater than 4000.




On Fri, 10 Aug 2001, fooler wrote:

> ----- Original Message -----
> From: "Himanshu Kulkarni" <[EMAIL PROTECTED]>
>
> > is there any way I can increase this ...??
>
> if you want to recompile your kernel under redhat 6.1, take a look at
> NR_TASKS inside /usr/src/linux/include/linux/tasks.h or you can use "ulimit"
> internal command (man bash for more details) to reconfigure on the fly.
>
> fooler.
>
> _
> Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
> To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
>
> To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
>[EMAIL PROTECTED]
>

_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to