Skip to content

Commit

Permalink
Merge pull request #30 from mozilla/issue_29
Browse files Browse the repository at this point in the history
Add a minimum request for memory and bump parallelism
  • Loading branch information
englehardt authored Aug 27, 2019
2 parents 48ebf1a + b376ed9 commit e57cb18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/gcp/crawl.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: openwpm-crawl
spec:
# adjust for parallelism
parallelism: 100
parallelism: 300
backoffLimit: 10000 # to avoid crawls failing due to sporadic worker crashes
template:
metadata:
Expand Down Expand Up @@ -78,6 +78,7 @@ spec:
# resources are being utilized
requests:
cpu: 750m
memory: 1000Mi
limits:
cpu: 1
restartPolicy: OnFailure

0 comments on commit e57cb18

Please sign in to comment.