On Fri, 28 May 1999, Sean O'Connell wrote:
Hi,
Thanks for all the responses....
most everyone told me to use the "ulimit -d ######"
command
I thought that ulimit was not working...but little did
I know that when I was testing, I was using the "su - user"
command to become the user before I ran the application.
The new user shell would inherit the datasize from the
parent shell, thus running with the original values
of ulimit.
Once I put the ulimit -d 1048576 into the .profile,
it worked!
thanks again,
bob
> On 1999 May 28, Bob Adams (aka adams_at_kodak.com) wrote:
> >
> > Hi,
> >
> > the fortran release notes tell us to set the datasize limit
> > switch in the csh to unlimited to fix a datasize limit
> > problem.
> >
> > csh> limit datasize unlimited
> >
> >
> > is there a similar thing I can do for the ksh???
>
Received on Fri May 28 1999 - 19:33:02 NZST