Skip to content
Prev 66742 / 398525 Next

about memory

root at 2[ronggui]# ulimit -a
core file size        (blocks, -c) 0
data seg size         (kbytes, -d) unlimited
file size             (blocks, -f) unlimited
max locked memory     (kbytes, -l) unlimited
max memory size       (kbytes, -m) unlimited
open files                    (-n) 1024
pipe size          (512 bytes, -p) 8
stack size            (kbytes, -s) 8192
cpu time             (seconds, -t) unlimited
max user processes            (-u) unlimited
virtual memory        (kbytes, -v) unlimited

so it seems the data segment size is not limited.
and it is still free mem(1000k or so),and swap(100000k or so),and the error is(i translate it from chinese into english,maybe not exactly ,but i think the meanings are right):
error:can not allocate the vector size of 390585kb.
(´íÎó: ÎÞ·¨·ÖÅä´óСΪ390585 KbµÄÏòÁ¿)



On Wed, 30 Mar 2005 07:34:13 -0500
jon butchar <butchar.2 at osu.edu> wrote: