32GB of RAM is not enough for 75 threads; let's try with 50 threads
This commit is contained in:
parent
54be89de3b
commit
e0ba0f7c74
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue