Re: ulimit inconsistency

2010-12-08 Thread Eric Blake
On 12/08/2010 02:11 AM, Csaba Raduly wrote: > After successfully building LLVM + clang, I wanted to run the tests. > The tests start out with > > ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 1024000 ; > > I understand that there is no support for setting those limits, but > the

ulimit inconsistency

2010-12-08 Thread Csaba Raduly
After successfully building LLVM + clang, I wanted to run the tests. The tests start out with ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 1024000 ; I understand that there is no support for setting those limits, but the behaviour of 'ulimit -m' seems inconsistent: /bin/sh: li