Commit c0be49c
[CI] Increase resource allocation for operational metrics cronjob (llvm#524)
The cronjob for scraping llvm-project commit data consistently fails due
to running out of memory. `git clone
https://github.com/llvm/llvm-project.git` consistently uses around 1.5
GiB of RAM, which is well above both the request and limit currently set
for the cronjob. Thus, the job is repeatedly killed more memory than is
allocated.
Increasing the resource allocation should get this cronjob running as
intended.1 parent e58068f commit c0be49c
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
0 commit comments