I ran "ulimit -v 75" to get SBCL working, and now nothing will run on my server.
$ sbcl
Killed
$ vi
Killed
$ man ulimit
Killed
$ ulimit -v 256
-bash: ulimit: virtual memory: cannot modify limit: Operation not permitted
How can I reset the ulimit?