Closed GoogleCodeExporter closed 8 years ago
Please check the output of these commands:
ulimit -a
free
...to see if the amount of memory available to the program is not artificially
limited.
Also, what's on the site? Is it heavy with images / videos, you may want to use
-s to limit sample size.
Original comment by lcam...@gmail.com
on 1 Jul 2010 at 8:38
Thank you for your answer.
:~ > ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) 65536
max nice (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 37376
max locked memory (kbytes, -l) 262144
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
max rt priority (-r) 0
stack size (kbytes, -s) unlimited
cpu time (seconds, -t) 259200
max user processes (-u) 2000
virtual memory (kbytes, -v) 262144
file locks (-x) unlimited
:~ > free
total used free shared buffers cached
Mem: 4075240 3479992 595248 0 255488 2703920
-/+ buffers/cache: 520584 3554656
Swap: 497992 0 497992
No, there aren't many images - yet.
Thank you.
Thomas
Original comment by thomas.l...@gmail.com
on 2 Jul 2010 at 1:47
Looks like the amount of per-process memory is capped at 64MB, and virtual /
locked memory is capped at 256MB, by whoever configured this system. This is
too low; please try this command:
ulimit -d unlimited -v unlimited -l unlimited
...and then run skipfish in the same session next.
Original comment by lcam...@gmail.com
on 2 Jul 2010 at 5:48
Original issue reported on code.google.com by
thomas.l...@gmail.com
on 1 Jul 2010 at 12:02