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

Order 32 is restricting for 64 bit machines #9

Closed
vinaychandra opened this issue Mar 14, 2021 · 0 comments · Fixed by #10
Closed

Order 32 is restricting for 64 bit machines #9

vinaychandra opened this issue Mar 14, 2021 · 0 comments · Fixed by #10

Comments

@vinaychandra
Copy link
Contributor

Order 32 of the linked list allows about a 4GB of heap for any process. This can easily be crossed when the crate is used under a 64 bit Virtual Space which can address upto 48 bits of information.

Please provide a larger order or an option to increase the order

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 a pull request may close this issue.

1 participant