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 more accurate SDR memory use #30

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Conversation

magik6k
Copy link
Collaborator

@magik6k magik6k commented Jun 2, 2024

There were some reports that doing a bunch of SDR at once could make curio run out of memory, and indeed after running lotus-bench with parallel checks it seems like we need 64G per sector

3 bench runs, second column is KiB RSS use:

==> memuse_1sec.log <==
1717344767, 70281792
1717344768, 70281792

==> memuse_2sec.log <==
1717357842, 137359712
1717357843, 137359712

==> memuse_3.log <==
1717361173, 204664776
1717361174, 204664776

@magik6k magik6k merged commit 769e798 into main Jun 3, 2024
5 checks passed
@magik6k magik6k deleted the fix/accurate-sdr-mem-use branch June 3, 2024 11:31
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