ulimit -u X

2002-11-26 Thread Lee Tuck
hi, I am new user to cygwin. I am facing the same problem regarding ulimit. I hope to set the maximum process per user id to 300. I have go through the mailing list but i still can't get any solution. Is there any other way to set the maximum process per user id? Hope that you can help out. Thanks

Re: ulimit -u X

2002-11-26 Thread Christopher Faylor
On Tue, Nov 26, 2002 at 09:34:12PM -0800, Lee Tuck wrote: hi, I am new user to cygwin. I am facing the same problem regarding ulimit. I hope to set the maximum process per user id to 300. I have go through the mailing list but i still can't get any solution. Is there any other way to set the

ulimit -u X

2002-11-25 Thread Lee Tuck
hi, I am new user to cygwin. I am facing the same problem regarding ulimit. I hope to set the maximum process per user id to 300. I have go through the mailing list but i still can't get any solution. Is there any other way to set the maximum process per user id? Hope that you can help out. Thanks

ulimit -u X

2002-01-16 Thread Michael F. March
Administrator@maupin ~ $ ulimit -u 200 bash: ulimit: cannot modify max user processes limit: Invalid argument What am I doing wrong here? Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

Re: ulimit -u X

2002-01-16 Thread Corinna Vinschen
On Wed, Jan 16, 2002 at 04:09:28PM -0700, Michael F. March wrote: Administrator@maupin ~ $ ulimit -u 200 bash: ulimit: cannot modify max user processes limit: Invalid argument What am I doing wrong here? Nothing. Setting this limit is just not supported. Corinna -- Corinna Vinschen

Re: ulimit -u X

2002-01-16 Thread Christopher Faylor
On Wed, Jan 16, 2002 at 04:09:28PM -0700, Michael F. March wrote: Administrator@maupin ~ $ ulimit -u 200 bash: ulimit: cannot modify max user processes limit: Invalid argument What am I doing wrong here? You're attempting to modify the max user process limit and you can't do that. cgf --