Hi,
I'm getting a weird problem. I can run sbcl inside slime and in the
shell without problems, but if I run it inside a makefile I get the
following error:
mmap: wanted 536870912 bytes at 0x9000000, actually mapped at 0x283f4000
ensure_space: failed to validate 536870912 bytes at 0x09000000
(hint: Try "ulimit -a"; maybe you should increase memory limits.)
the makefile is as simple as:
foo:
sbcl
and the result of ulimit -a is
[kroger@... tmp]$ ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 30
file size (blocks, -f) unlimited
pending signals (-i) 8124
max locked memory (kbytes, -l) 40000
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 65
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 8124
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
this is the result of uname -a:
Linux colorado 2.6.27eee #1 PREEMPT Sun Oct 12 22:33:57 CDT 2008 i686 Intel(R) Celeron(R) M processor 900MHz GenuineIntel GNU/Linux
any ideas?
pedro
|