You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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. ChangingREGION_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.
The text was updated successfully, but these errors were encountered: