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

Running on 64bit system with virtual memory constraint. #11201

Closed
yuyichao opened this issue May 8, 2015 · 2 comments
Closed

Running on 64bit system with virtual memory constraint. #11201

yuyichao opened this issue May 8, 2015 · 2 comments

Comments

@yuyichao
Copy link
Contributor

yuyichao commented May 8, 2015

I was trying to compile and test the current master on x.dialup.mit.edu and noticed that it fails to run because of what looks like hittng a limit in virtual memory when allocating the pool. Changing REGION_PG_COUNT to the value for 32bits fixes the issue.

It would be nice if this value can be either specified as an option at compile time or, even better, being able to fallback to a smaller value at runtime when mmap fails.

@simonster
Copy link
Member

Dup of #10390?

@yuyichao
Copy link
Contributor Author

yuyichao commented May 8, 2015

Yes.

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