Re: strage behaviour of ulimit

2008-11-26 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Andreas Klein on 11/26/2008 12:54 AM: > Hello. Hello Andreas, > > I have found the following strange bahavoiur of ulimit. I see Kamil already answered the question. However, I want to chime in that this is an odd list to report it to.

Re: strage behaviour of ulimit

2008-11-26 Thread Kamil Dudka
On Wednesday 26 November 2008 08:54:29 Andreas Klein wrote: > Hello. > > I have found the following strange bahavoiur of ulimit. > > As normal user I can increase the stack size once but not twice: > > [EMAIL PROTECTED]:~$ ulimit -s > 8192 > [EMAIL PROTECTED]:~$ ulimit -s 2 You are setting the

strage behaviour of ulimit

2008-11-26 Thread Andreas Klein
Hello. I have found the following strange bahavoiur of ulimit. As normal user I can increase the stack size once but not twice: [EMAIL PROTECTED]:~$ ulimit -s 8192 [EMAIL PROTECTED]:~$ ulimit -s 2 [EMAIL PROTECTED]:~$ ulimit -s 3 bash: ulimit: stack size: cannot modify limit: Operation