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

Run full GC when under very high memory pressure. #2421

Merged
merged 1 commit into from
Jun 19, 2024
Merged

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Jun 18, 2024

Copy link

codecov bot commented Jun 18, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 73.27%. Comparing base (a72a133) to head (23b0391).

Files Patch % Lines
src/memory.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2421   +/-   ##
=======================================
  Coverage   73.27%   73.27%           
=======================================
  Files         157      157           
  Lines       15197    15197           
=======================================
  Hits        11135    11135           
  Misses       4062     4062           

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

@maleadt
Copy link
Member Author

maleadt commented Jun 18, 2024

@pxl-th I take it you've verified that this doesn't regress things and is good to have?

@pxl-th
Copy link
Contributor

pxl-th commented Jun 19, 2024

Yes, it helps. Although for some really intense workloads it is still not enough (observed with AMDGPU). Probably needs further finetuning

@maleadt
Copy link
Member Author

maleadt commented Jun 19, 2024

Great, thanks, then we can start with this already.

@maleadt maleadt merged commit 84bb117 into master Jun 19, 2024
1 check passed
@maleadt maleadt deleted the tb/maybe_collect branch June 19, 2024 11:51
maleadt added a commit that referenced this pull request Aug 19, 2024
maleadt added a commit that referenced this pull request Aug 19, 2024
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