32GB of RAM is not enough for 75 threads; let's try with 50 threads

This commit is contained in:
Adrian Reber 2015-04-15 11:46:49 +00:00
parent 54be89de3b
commit e0ba0f7c74

View file

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