Hello list,
I've an (non-root) account on a machine where I host my website. I've
installed sbcl locally; when I start sbcl, sometimes it starts ok,
but sometimes it produces the following:
[letsmeet@... letsmeet]$ sbcl
mmap: wanted 536870912 bytes at 0x9000000, actually mapped at 0x98d2000
ensure_space: failed to validate 536870912 bytes at 0x09000000
(hint: Try "ulimit -a"; maybe you should increase memory limits.)
SBCL version is 0.9.18, and here is the machine details:
$ ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
file size (blocks, -f) unlimited
max locked memory (kbytes, -l) 4
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
stack size (kbytes, -s) 10240
cpu time (seconds, -t) unlimited
max user processes (-u) 7168
virtual memory (kbytes, -v) unlimited
$ uname -a
Linux <hostname> 2.4.21-27.ELsmp #1 SMP Wed Dec 1 21:59:02 EST 2004
i686 i686 i386 GNU/Linux
If the latter happens, then after a couple of tries, sbcl launches
and works stably enough. Could somebody please clarify what's going
on here?
Regards,
Victor.
|