mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Forgot to change the actual command to run 38 crawlers in parallel
This commit is contained in:
@@ -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, 38 seems to work so far
|
||||
0 */12 * * * mirrormanager /usr/bin/mm2_crawler --threads 35 `/usr/local/bin/run_crawler.sh 2` > /dev/null 2>&1
|
||||
0 */12 * * * mirrormanager /usr/bin/mm2_crawler --threads 38 `/usr/local/bin/run_crawler.sh 2` > /dev/null 2>&1
|
||||
|
||||
Reference in New Issue
Block a user