On Fri Jul 30 06:20:30 2010, coke wrote: > > How much memory do you have in the box (physical), ...
>From 'top': PhysMem: 46.3M wired, 137M active, 68.7M inactive, 252M used, 3.68M free >From System Profiler: Memory: 256 MB > and do you have a ulimit set? Apparently not: $ ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) 6144 file size (blocks, -f) unlimited max locked memory (kbytes, -l) unlimited max memory size (kbytes, -m) unlimited open files (-n) 256 pipe size (512 bytes, -p) 1 stack size (kbytes, -s) 8192 cpu time (seconds, -t) unlimited max user processes (-u) 100 virtual memory (kbytes, -v) unlimited kid51