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

~3.5+GB RAM not supported on x86_64 #74

Open
anttikantee opened this issue May 13, 2016 · 1 comment
Open

~3.5+GB RAM not supported on x86_64 #74

anttikantee opened this issue May 13, 2016 · 1 comment

Comments

@anttikantee
Copy link
Member

Dunno if anyone would need so much memory with a unikernel, but documenting this one anyway. The reason for not it not being supported is the PCI window which occurs at <4GB, and hence RAM has to be split into multiple regions. The page allocator supports only one region of RAM. It's not hard to support more regions, but we'll just keep it on the list of things to implement using the JIT method.

@edescourtis
Copy link

Just FYI I have a use case for unikernels with more than 4GiB of RAM.

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

No branches or pull requests

2 participants