32GB of RAM is not enough for 75 threads, 40 seems to work so far

This commit is contained in:
Adrian Reber 2015-04-23 07:56:31 +00:00
parent 0dad6bee86
commit de9eff0a44

View file

@ -1,4 +1,4 @@
# run the crawler twice a day
# logs sent to /var/log/mirrormanager/crawler.log and crawl/* by default
# 32GB of RAM is not enough for 75 threads
0 */12 * * * root /usr/bin/mm2_crawler --threads 50 > /dev/null 2>&1
# 32GB of RAM is not enough for 75 threads, 40 seems to work so far
0 */12 * * * root /usr/bin/mm2_crawler --threads 40 > /dev/null 2>&1