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

fix: Consult cgroups to determine free memory #15798

Merged
merged 1 commit into from
Apr 20, 2024

Conversation

gasmith
Copy link
Contributor

@gasmith gasmith commented Apr 19, 2024

Fixes #15797

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Apr 19, 2024
Copy link

codspeed-hq bot commented Apr 20, 2024

CodSpeed Performance Report

Merging #15798 will not alter performance

Comparing gasmith:sysinfo-cgroups (62f5dec) with main (d11da5e)

Summary

✅ 22 untouched benchmarks

Copy link

codecov bot commented Apr 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.39%. Comparing base (4a870cc) to head (62f5dec).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15798      +/-   ##
==========================================
- Coverage   81.36%   80.39%   -0.97%     
==========================================
  Files        1379     1264     -115     
  Lines      176828   165423   -11405     
  Branches     2543        0    -2543     
==========================================
- Hits       143875   132998   -10877     
+ Misses      32471    32425      -46     
+ Partials      482        0     -482     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ritchie46
Copy link
Member

Yeap, seems fine. Thanks

@ritchie46 ritchie46 merged commit 937fd46 into pola-rs:main Apr 20, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression: Polars does not consult cgroup limits to determine available memory
2 participants