> > What precisely did you ulimit. If they are local variables, you probably > > need to ulimit the stack as well as the data segment. > > I just typed ulimit. I had thought that unlimited everything...I'll have > a look at the bash man page. > In bash you need to type ulimit -d unlimited ulimit -s unlimited R.