Armin K. wrote:

> I have 6GB of RAM and 6GB swap file so memory is not the problem. It's
> stack size that is the problem and we can't set ulimit as normal user
> iirc ... In LFS, ulimit is increased before make -k check.

Yes, but that's specific to each bash instance.  I suppose one could do 
something like:

$ su -c bash
# ulimit -s unlimited
# su nobody  (or other user)
$ make -k check
$ exit
# exit
$


   -- Bruce


-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to