Skip to content

Conversation

@jriv01
Copy link
Contributor

@jriv01 jriv01 commented Jul 25, 2025

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.

@jriv01
Copy link
Contributor Author

jriv01 commented Jul 25, 2025

@boomanaiden154 @lnihlen

Copy link
Contributor

@boomanaiden154 boomanaiden154 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

I looked at least at the US central cluster yesterday and we had 2GB free on all three service nodes, so I this should be fine from a capacity perspective.

@boomanaiden154 boomanaiden154 merged commit eb81671 into llvm:main Jul 25, 2025
3 checks passed
@jriv01 jriv01 deleted the resources branch July 25, 2025 16:56
vvereschaka pushed a commit to vvereschaka/llvm-zorg that referenced this pull request Sep 25, 2025
…vm#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants