
# Sample code for cshrc initializations. This example assumes that
# Surf-Hippo is installed in the directory ~borg/surf-hippo.


setenv SURFHOME ~borg/surf-hippo
setenv SURFUSERHOME ~borg/surf-hippo

setenv CMUCL_EMPTYFILE /tmp/empty

# (From the Garnet instructions)
# Lisp requires very large address spaces.  We have found on many Unix
# systems, that you need to expand the area that it is willing to give
# to a process.  The following commands work in many systems.

unlimit datasize
unlimit stacksize


