The default soft limit for the resource that controls the size of an application data segment is 2Gbytes. If the application needs to allocate more space, then the shell can be used to raise or remove the limit entirely.
For csh use:
% limit datasize unlimited
or for sh, ksh
$ ulimit -d unlimited