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

Make binary recording memmap efficient III (Avoiding spikes by only reserving memory equal to the trace) #1781

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

h-mayorquin
Copy link
Collaborator

This is a follow up from #1742, it only allocates opens a memmap pointing to the specific trace and not to the whole file.

@h-mayorquin h-mayorquin added the core Changes to core module label Jul 4, 2023
@h-mayorquin h-mayorquin self-assigned this Jul 4, 2023
@h-mayorquin h-mayorquin changed the title Make binary recording memmap efficient II (Avoiding spikes by only reserving memory equal to the trace) Make binary recording memmap efficient III (Avoiding spikes by only reserving memory equal to the trace) Jul 4, 2023
@h-mayorquin
Copy link
Collaborator Author

Pytest runs all of their tests on the same process and the function that I have measures peak memory within the process so of course this failing. Thinking on how to best handles this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Changes to core module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant