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

Set limit on how big MemoryFile.Allocate calls can be. #10390

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented May 6, 2024

Set limit on how big MemoryFile.Allocate calls can be.

Either TotalHostMem or TotalMem are good candidates for limits
because in case either of these is set we should not be going over
them.

The motivations of this is to help catch syscalls causing allocations
with size values that are blatantly bad.

@copybara-service copybara-service bot added the exported Issue was exported automatically label May 6, 2024
@copybara-service copybara-service bot force-pushed the test/cl631215732 branch 9 times, most recently from 026790e to 1fd676a Compare May 15, 2024 14:41
@copybara-service copybara-service bot closed this May 15, 2024
@copybara-service copybara-service bot deleted the test/cl631215732 branch May 15, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exported Issue was exported automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants