Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows jobs raising low memory warnings #334

Open
jakirkham opened this issue Oct 14, 2024 · 4 comments
Open

Windows jobs raising low memory warnings #334

jakirkham opened this issue Oct 14, 2024 · 4 comments

Comments

@jakirkham
Copy link
Member

We are seeing several Windows jobs here struggling with memory usage. Here is a screenshot of several

Image

Looking at one log, we see warnings like this:

##[warning]Free memory is lower than 5%; Currently used: 96.87%
##[warning]Free memory is lower than 5%; Currently used: 96.85%
##[warning]Free memory is lower than 5%; Currently used: 95.34%
##[warning]Free memory is lower than 5%; Currently used: 96.85%
##[warning]Free memory is lower than 5%; Currently used: 96.85%
@rgommers
Copy link
Contributor

Seems like someone introduced a bad/expensive test in the test suite.

The runners do seem to be low on memory; the end of the log says:

Maximum memory usage observed: 2.8G

which isn't totally unreasonable.

@jakirkham
Copy link
Member Author

Thanks Ralf! 🙏

It could be

Have seen similar warnings on other feedstock builds recently (admittedly not all feedstock builds have this issue). So am wondering if there are also changes on the CI side (like image size), which have pushed some feedstocks closer to the memory limit

@h-vetinari
Copy link
Member

I don't think it's numpy specific. I see these warnings across many feedstocks. It's likely to me that Azure introduced more visible/noisy warnings about this, without any real underlying change. Alternatively, perhaps they down-sized the agents somehow. But as long as jobs are not failing due to getting OOM-killed, I don't think there's something to do right now.

@jakirkham
Copy link
Member Author

Yes am thinking Azure made some kind of change to the workers. See NumPy more as a canary in the coal mine

Though it is quite high. The warnings above are approaching 97% memory usage. Have in some cases needed to restart because of this

Think we will need to do something about this. Though it probably will not be NumPy specific (unless I've missed some test detail that Ralf alluded to above)

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

No branches or pull requests

3 participants