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

On x86_64 Linux, the memory arena is limited to slightly below 2GBytes #3

Open
serguei-patchkovskii opened this issue Mar 29, 2021 · 0 comments
Assignees

Comments

@serguei-patchkovskii
Copy link
Member

On x86_64 Linux, the total amount of memory used for data objects (the arena) is limited to 2GBytes, potentially causing failures when processing large data sets. A special-case handling (activated using the ./configure --with-large-arenas option) exists, but is only functional on the (obsolete) n64 SGI Irix architecture. There is no workaround.

@serguei-patchkovskii serguei-patchkovskii self-assigned this Apr 6, 2021
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

1 participant