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

Raise restriction on shared memory in container. #2

Open
wants to merge 1 commit into
base: shark
Choose a base branch
from

Conversation

mdales
Copy link

@mdales mdales commented Aug 2, 2024

64MB, which is the default, is too small to be useful in a geospatial context. This changes it to 64GB, which might still be too small, but is a start, and lets me do some LIFE calculations that I couldn't before.

@mdales
Copy link
Author

mdales commented Aug 2, 2024

@patricoferris not sure why all the builds failed, but the couple I looked at it seems to be unrelated to the change.

@patricoferris
Copy link
Collaborator

Do you reckon we're going to want to make this configurable. Happy to make this the default if not supplied, just thinking ahead to any mega parallelism things that might get run ?

@mdales
Copy link
Author

mdales commented Aug 7, 2024

Well, I just hit a use case where 64GB isn't enough :/

We could configure it, but don't imagine most ecologists doing that. Is there a reason not to just make it significant proportion of physical memory? I can understand in the general docker case not doing that, but in this context I can't see why we'd impose any limits.

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 this pull request may close these issues.

2 participants