-
Notifications
You must be signed in to change notification settings - Fork 68
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
abi_tests/abi_large_array test fails with swap space less than 2GB #2330
Closed
Labels
Comments
8GB seems rather small amount of swap space. I would recommend 16GB minimum. |
greg7mdp
added a commit
that referenced
this issue
Aug 20, 2024
greg7mdp
added a commit
that referenced
this issue
Aug 20, 2024
greg7mdp
added a commit
that referenced
this issue
Aug 20, 2024
[5.0] Fix issue #2330 by limiting the vector size that can be reserve'd
Thanks for reporting. This issue will be fixed in Leap 5.0.3 (see #2405) and Spring 1.0.0 (see AntelopeIO/spring#603). |
github-project-automation
bot
moved this from Reviewer Approved
to Done
in Team Backlog
Aug 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OS: Ubuntu-22.04
Leap: v5.0.2
Where this happens:
leap/unittests/abi_tests.cpp
Line 2254 in 13b1c03
Expected exception when I run with 8GB swap space so it will pass as
fc::exception
Actual exception:
My swap space for actual exception:
I cannot find any information about the minimum requirement for running leap or these tests. So, should you guy add exception for this case, or I'm expected to increase my swap space instead?
The text was updated successfully, but these errors were encountered: